{"swagger": "2.0", "info": {"title": "Snippets API", "description": "Test description", "termsOfService": "https://www.google.com/policies/terms/", "contact": {"email": "contact@snippets.local"}, "license": {"name": "BSD License"}, "version": "v1"}, "host": "574ea6n6tdopt2qigvs3hjzoha0nhhvj.lambda-url.us-west-2.on.aws", "schemes": ["https"], "basePath": "/", "consumes": ["application/json"], "produces": ["application/json"], "securityDefinitions": {"Basic": {"type": "basic"}}, "security": [{"Basic": []}], "paths": {"/account_usage/": {"get": {"operationId": "account_usage_list", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["account_usage"]}, "post": {"operationId": "account_usage_create", "description": "", "parameters": [], "responses": {"201": {"description": ""}}, "tags": ["account_usage"]}, "parameters": []}, "/account_usage/get_account_usage/": {"get": {"operationId": "account_usage_get_account_usage", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["account_usage"]}, "parameters": []}, "/account_usage/get_filter_options/": {"get": {"operationId": "account_usage_get_filter_options", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["account_usage"]}, "parameters": []}, "/account_usage/{id}/": {"get": {"operationId": "account_usage_read", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["account_usage"]}, "put": {"operationId": "account_usage_update", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["account_usage"]}, "patch": {"operationId": "account_usage_partial_update", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["account_usage"]}, "delete": {"operationId": "account_usage_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["account_usage"]}, "parameters": [{"name": "id", "in": "path", "required": true, "type": "string"}]}, "/accounts/": {"get": {"operationId": "accounts_list", "description": "API endpoint that allows users to be viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Account"}}}}, "tags": ["accounts"]}, "post": {"operationId": "accounts_create", "description": "API endpoint that allows users to be viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Account"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Account"}}}, "tags": ["accounts"]}, "parameters": []}, "/accounts/{account_sid}/files/": {"get": {"operationId": "accounts_files_list", "description": "An Endpoint for Files.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/File"}}}}, "tags": ["accounts"]}, "post": {"operationId": "accounts_files_create", "description": "An Endpoint for Files.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/File"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/File"}}}, "tags": ["accounts"]}, "parameters": [{"name": "account_sid", "in": "path", "required": true, "type": "string"}]}, "/accounts/{account_sid}/files/attach_files/": {"post": {"operationId": "accounts_files_attach_files", "description": "An Endpoint for Files.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/File"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/File"}}}, "tags": ["accounts"]}, "parameters": [{"name": "account_sid", "in": "path", "required": true, "type": "string"}]}, "/accounts/{account_sid}/files/attachments/": {"get": {"operationId": "accounts_files_attachments", "description": "An Endpoint for Files.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/File"}}}}, "tags": ["accounts"]}, "parameters": [{"name": "account_sid", "in": "path", "required": true, "type": "string"}]}, "/accounts/{account_sid}/files/batch/": {"post": {"operationId": "accounts_files_batch", "description": "An Endpoint for Files.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/File"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/File"}}}, "tags": ["accounts"]}, "parameters": [{"name": "account_sid", "in": "path", "required": true, "type": "string"}]}, "/accounts/{account_sid}/files/reject_match/": {"post": {"operationId": "accounts_files_reject_match", "description": "An Endpoint for Files.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/File"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/File"}}}, "tags": ["accounts"]}, "parameters": [{"name": "account_sid", "in": "path", "required": true, "type": "string"}]}, "/accounts/{account_sid}/files/{sid}/": {"get": {"operationId": "accounts_files_read", "description": "An Endpoint for Files.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/File"}}}, "tags": ["accounts"]}, "put": {"operationId": "accounts_files_update", "description": "An Endpoint for Files.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/File"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/File"}}}, "tags": ["accounts"]}, "patch": {"operationId": "accounts_files_partial_update", "description": "An Endpoint for Files.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/File"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/File"}}}, "tags": ["accounts"]}, "delete": {"operationId": "accounts_files_delete", "description": "An Endpoint for Files.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["accounts"]}, "parameters": [{"name": "account_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/accounts/{account_sid}/files/{sid}/import-test-data/": {"get": {"operationId": "accounts_files_import_test_data", "description": "This endpoint is used by the import_test Django admin command to\nverify that an import has properly executed.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/File"}}}, "tags": ["accounts"]}, "parameters": [{"name": "account_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/accounts/{account_sid}/files/{sid}/{part}/": {"get": {"operationId": "accounts_upload_part", "summary": "Return a presigned S3 POST for a single chunked-upload part.", "description": "The Pioneer SPA (client-external) uploads each chunk of a file as its own\nS3 object — accounts/{account_sid}/files/{file_sid}/{0,1,...} then an empty\n.../done marker — exactly as it does in prod, where cort's file_save_task\ninvokes the Tarer state machine on the `done` marker to stitch the parts\ninto the final file. This endpoint hands the SPA the per-part presign.\n\nLOCAL ONLY: prod/staging serve this path through console.sewerai.com;\ngate to settings.IS_LOCAL so no new prod endpoint is introduced. Auth is the\nviewset default (IsAuthenticated & IsSaiPermitted), satisfied by the X-SAI\ntoken in LocalStack e2e. The key layout mirrors File.file_path_within_bucket\n(settings.ACCOUNT_FILES_PREFIX + file.sid) so file_save_task's\n`accounts/(.*)/files/(.*)` split — and create_presigned_upload's\nLocalStack-aware, host-reachable signing — work unchanged.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/File"}}}, "tags": ["accounts"]}, "parameters": [{"name": "account_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}, {"name": "part", "in": "path", "required": true, "type": "string"}]}, "/accounts/{account_sid}/maps/": {"get": {"operationId": "accounts_maps_list", "description": "Project endpoint.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/GISMap"}}}}, "tags": ["accounts"]}, "parameters": [{"name": "account_sid", "in": "path", "required": true, "type": "string"}]}, "/accounts/{account_sid}/maps/{sid}/": {"get": {"operationId": "accounts_maps_read", "description": "Project endpoint.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/GISMap"}}}, "tags": ["accounts"]}, "parameters": [{"name": "account_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/accounts/{account_sid}/projects/": {"get": {"operationId": "accounts_projects_list", "description": "Project endpoint.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/AccountProject"}}}}, "tags": ["accounts"]}, "post": {"operationId": "accounts_projects_create", "description": "Project endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/AccountProject"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/AccountProject"}}}, "tags": ["accounts"]}, "parameters": [{"name": "account_sid", "in": "path", "required": true, "type": "string"}]}, "/accounts/{account_sid}/projects/{sid}/": {"get": {"operationId": "accounts_projects_read", "description": "Project endpoint.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/AccountProject"}}}, "tags": ["accounts"]}, "put": {"operationId": "accounts_projects_update", "description": "Project endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/AccountProject"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/AccountProject"}}}, "tags": ["accounts"]}, "patch": {"operationId": "accounts_projects_partial_update", "description": "Project endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/AccountProject"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/AccountProject"}}}, "tags": ["accounts"]}, "delete": {"operationId": "accounts_projects_delete", "description": "Project endpoint.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["accounts"]}, "parameters": [{"name": "account_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/accounts/{account_sid}/projects/{sid}/add-canvotation-template/": {"post": {"operationId": "accounts_projects_add_canvotation_template", "description": "Project endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/AccountProject"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/AccountProject"}}}, "tags": ["accounts"]}, "parameters": [{"name": "account_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/accounts/{account_sid}/projects/{sid}/remove-canvotation-template/": {"post": {"operationId": "accounts_projects_remove_canvotation_template", "description": "Project endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/AccountProject"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/AccountProject"}}}, "tags": ["accounts"]}, "parameters": [{"name": "account_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/accounts/{account_sid}/projects/{sid}/sample-video/": {"get": {"operationId": "accounts_projects_sample_video", "description": "Project endpoint.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/AccountProject"}}}, "tags": ["accounts"]}, "parameters": [{"name": "account_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/accounts/{account_sid}/users/": {"get": {"operationId": "accounts_users_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/User"}}}}, "tags": ["accounts"]}, "post": {"operationId": "accounts_users_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["accounts"]}, "parameters": [{"name": "account_sid", "in": "path", "required": true, "type": "string"}]}, "/accounts/{account_sid}/users/{sid}/": {"get": {"operationId": "accounts_users_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["accounts"]}, "put": {"operationId": "accounts_users_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["accounts"]}, "patch": {"operationId": "accounts_users_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["accounts"]}, "delete": {"operationId": "accounts_users_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["accounts"]}, "parameters": [{"name": "account_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/accounts/{account_sid}/users/{sid}/send-reminder/": {"post": {"operationId": "accounts_users_send_reminder", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["accounts"]}, "parameters": [{"name": "account_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/accounts/{sid}/": {"get": {"operationId": "accounts_read", "description": "API endpoint that allows users to be viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Account"}}}, "tags": ["accounts"]}, "put": {"operationId": "accounts_update", "description": "API endpoint that allows users to be viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Account"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Account"}}}, "tags": ["accounts"]}, "patch": {"operationId": "accounts_partial_update", "description": "API endpoint that allows users to be viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Account"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Account"}}}, "tags": ["accounts"]}, "delete": {"operationId": "accounts_delete", "description": "API endpoint that allows users to be viewed or edited.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["accounts"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/accounts/{sid}/logo_upload_url/": {"get": {"operationId": "accounts_logo_upload_url", "description": "API endpoint that allows users to be viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Account"}}}, "tags": ["accounts"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/analytics/bbuser/": {"get": {"operationId": "analytics_bbuser_list", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["analytics"]}, "parameters": []}, "/analytics/dashboards/": {"get": {"operationId": "analytics_dashboards_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/AnalyticsDashboard"}}}}, "tags": ["analytics"]}, "post": {"operationId": "analytics_dashboards_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/AnalyticsDashboard"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/AnalyticsDashboard"}}}, "tags": ["analytics"]}, "parameters": []}, "/analytics/dashboards/{sid}/": {"get": {"operationId": "analytics_dashboards_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/AnalyticsDashboard"}}}, "tags": ["analytics"]}, "put": {"operationId": "analytics_dashboards_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/AnalyticsDashboard"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/AnalyticsDashboard"}}}, "tags": ["analytics"]}, "patch": {"operationId": "analytics_dashboards_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/AnalyticsDashboard"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/AnalyticsDashboard"}}}, "tags": ["analytics"]}, "delete": {"operationId": "analytics_dashboards_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["analytics"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/analytics/downloadhistory/": {"get": {"operationId": "analytics_downloadhistory_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/DownloadHistory"}}}}, "tags": ["analytics"]}, "post": {"operationId": "analytics_downloadhistory_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/DownloadHistory"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/DownloadHistory"}}}, "tags": ["analytics"]}, "parameters": []}, "/analytics/downloadhistory/{sid}/": {"get": {"operationId": "analytics_downloadhistory_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/DownloadHistory"}}}, "tags": ["analytics"]}, "put": {"operationId": "analytics_downloadhistory_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/DownloadHistory"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/DownloadHistory"}}}, "tags": ["analytics"]}, "patch": {"operationId": "analytics_downloadhistory_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/DownloadHistory"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/DownloadHistory"}}}, "tags": ["analytics"]}, "delete": {"operationId": "analytics_downloadhistory_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["analytics"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/analytics/ete/": {"get": {"operationId": "analytics_ete_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ETETest"}}}}, "tags": ["analytics"]}, "post": {"operationId": "analytics_ete_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ETETest"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/ETETest"}}}, "tags": ["analytics"]}, "parameters": []}, "/analytics/ete/GetETEFilters/": {"get": {"operationId": "analytics_ete_GetETEFilters", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ETETest"}}}}, "tags": ["analytics"]}, "parameters": []}, "/analytics/ete/GetGraphs/": {"get": {"operationId": "analytics_ete_GetGraphs", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ETETest"}}}}, "tags": ["analytics"]}, "parameters": []}, "/analytics/ete/GetRuns/": {"get": {"operationId": "analytics_ete_GetRuns", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ETETest"}}}}, "tags": ["analytics"]}, "parameters": []}, "/analytics/ete/{sid}/": {"get": {"operationId": "analytics_ete_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ETETest"}}}, "tags": ["analytics"]}, "put": {"operationId": "analytics_ete_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ETETest"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ETETest"}}}, "tags": ["analytics"]}, "patch": {"operationId": "analytics_ete_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ETETest"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ETETest"}}}, "tags": ["analytics"]}, "delete": {"operationId": "analytics_ete_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["analytics"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/analytics/framereview/": {"get": {"operationId": "analytics_framereview_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/FrameQualityReview"}}}}, "tags": ["analytics"]}, "post": {"operationId": "analytics_framereview_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/FrameQualityReview"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/FrameQualityReview"}}}, "tags": ["analytics"]}, "parameters": []}, "/analytics/framereview/GetBadReviews/": {"get": {"operationId": "analytics_framereview_GetBadReviews", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/FrameQualityReview"}}}}, "tags": ["analytics"]}, "parameters": []}, "/analytics/framereview/GetSFTestResults/": {"get": {"operationId": "analytics_framereview_GetSFTestResults", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/FrameQualityReview"}}}}, "tags": ["analytics"]}, "parameters": []}, "/analytics/framereview/{sid}/": {"get": {"operationId": "analytics_framereview_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/FrameQualityReview"}}}, "tags": ["analytics"]}, "put": {"operationId": "analytics_framereview_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/FrameQualityReview"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/FrameQualityReview"}}}, "tags": ["analytics"]}, "patch": {"operationId": "analytics_framereview_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/FrameQualityReview"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/FrameQualityReview"}}}, "tags": ["analytics"]}, "delete": {"operationId": "analytics_framereview_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["analytics"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/annotations/": {"get": {"operationId": "annotations_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/AIAnnotation"}}}}, "tags": ["annotations"]}, "post": {"operationId": "annotations_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/AIAnnotation"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/AIAnnotation"}}}, "tags": ["annotations"]}, "parameters": []}, "/annotations/{sid}/": {"get": {"operationId": "annotations_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/AIAnnotation"}}}, "tags": ["annotations"]}, "put": {"operationId": "annotations_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/AIAnnotation"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/AIAnnotation"}}}, "tags": ["annotations"]}, "patch": {"operationId": "annotations_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/AIAnnotation"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/AIAnnotation"}}}, "tags": ["annotations"]}, "delete": {"operationId": "annotations_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["annotations"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/api/schema/": {"get": {"operationId": "api_schema_list", "summary": "OpenApi3 schema for this API. Format can be selected via content negotiation.", "description": "- YAML: application/vnd.oai.openapi\n- JSON: application/vnd.oai.openapi+json", "parameters": [], "responses": {"200": {"description": ""}}, "produces": ["application/vnd.oai.openapi", "application/yaml", "application/vnd.oai.openapi+json", "application/json"], "tags": ["api"]}, "parameters": []}, "/api/schema/redoc/": {"get": {"operationId": "api_schema_redoc_list", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "produces": [], "tags": ["api"]}, "parameters": []}, "/api/schema/swagger/": {"get": {"operationId": "api_schema_swagger_list", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "produces": [], "tags": ["api"]}, "parameters": []}, "/autocode/": {"get": {"operationId": "autocode_list", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["autocode"]}, "post": {"operationId": "autocode_create", "description": "", "parameters": [], "responses": {"201": {"description": ""}}, "tags": ["autocode"]}, "parameters": []}, "/autocode/CombineAutocodes/": {"post": {"operationId": "autocode_CombineAutocodes", "description": "", "parameters": [], "responses": {"201": {"description": ""}}, "tags": ["autocode"]}, "parameters": []}, "/autocode/QueueReport/": {"get": {"operationId": "autocode_QueueReport", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["autocode"]}, "parameters": []}, "/autocode/Statistics/": {"get": {"operationId": "autocode_Statistics", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["autocode"]}, "parameters": []}, "/autocode/{sid}/": {"get": {"operationId": "autocode_read", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["autocode"]}, "put": {"operationId": "autocode_update", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["autocode"]}, "patch": {"operationId": "autocode_partial_update", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["autocode"]}, "delete": {"operationId": "autocode_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["autocode"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/autocode/{sid}/NeededAndBadPayoutSIDS/": {"get": {"operationId": "autocode_NeededAndBadPayoutSIDS", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["autocode"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/autocode/{sid}/NeededPayoutSIDS/": {"get": {"operationId": "autocode_NeededPayoutSIDS", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["autocode"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/autocode/{sid}/SetAllComplete/": {"patch": {"operationId": "autocode_SetAllComplete", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["autocode"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/canvotation-templates/": {"get": {"operationId": "canvotation-templates_list", "summary": "Return a list of templates, ordered alphabetically within the\nfollowing groups:", "description": "- Project-related templates\n- Account-related templates\n- Global templates\n\nAdmins can see every template.", "parameters": [{"name": "limit", "in": "query", "description": "Number of results to return per page.", "required": false, "type": "integer"}, {"name": "offset", "in": "query", "description": "The initial index from which to return the results.", "required": false, "type": "integer"}], "responses": {"200": {"description": "", "schema": {"required": ["count", "results"], "type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": "string", "format": "uri", "x-nullable": true}, "previous": {"type": "string", "format": "uri", "x-nullable": true}, "results": {"type": "array", "items": {"type": "string"}}}}}}, "tags": ["canvotation-templates"]}, "parameters": []}, "/canvotation-templates/{sid}/": {"get": {"operationId": "canvotation-templates_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "string"}}}, "tags": ["canvotation-templates"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/canvotation-templates/{sid}/add-to-project/": {"post": {"operationId": "canvotation-templates_add_to_project", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"type": "string"}}], "responses": {"201": {"description": "", "schema": {"type": "string"}}}, "tags": ["canvotation-templates"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/comment/": {"get": {"operationId": "comment_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Comment"}}}}, "tags": ["comment"]}, "post": {"operationId": "comment_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Comment"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Comment"}}}, "tags": ["comment"]}, "parameters": []}, "/comment/{sid}/": {"get": {"operationId": "comment_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Comment"}}}, "tags": ["comment"]}, "put": {"operationId": "comment_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Comment"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Comment"}}}, "tags": ["comment"]}, "patch": {"operationId": "comment_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Comment"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Comment"}}}, "tags": ["comment"]}, "delete": {"operationId": "comment_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["comment"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/core/SAIAnalytics/": {"post": {"operationId": "core_SAIAnalytics", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["core"]}, "parameters": []}, "/core/StatFuncList/": {"get": {"operationId": "core_StatFuncList", "description": "API endpoint that returns user data.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/User"}}}}, "tags": ["core"]}, "parameters": []}, "/core/import_users/": {"get": {"operationId": "core_import_users", "description": "API endpoint that returns user data.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/User"}}}}, "tags": ["core"]}, "parameters": []}, "/core/notifications/": {"get": {"operationId": "core_notifications", "description": "API endpoint that returns user data.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/User"}}}}, "tags": ["core"]}, "parameters": []}, "/core/push_notification/": {"post": {"operationId": "core_push_notification", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["core"]}, "parameters": []}, "/core/roi/": {"post": {"operationId": "core_roi", "description": "example body\n{\n \"body\": {\n \"projectScope\": \"\",\n \"footPerShift\": 1500,\n \"bidPrice\": \"2.00\",\n \"theirCostPerFoot\": \"2.01\",\n \"saiCostPerFoot\": \"1.26\",\n \"shiftsSAI\": \"\",\n \"theirShifts\": \"\",\n \"email\": \"example@sewerai.com\",\n \"savings\": \"\",\n \"additionalProfit\": \"100000.00\"\n }\n}", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["core"]}, "parameters": []}, "/core/set_tos_accepted/": {"post": {"operationId": "core_set_tos_accepted", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["core"]}, "parameters": []}, "/core/set_user_hotbuttons/": {"post": {"operationId": "core_set_user_hotbuttons", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["core"]}, "parameters": []}, "/core/slack/": {"post": {"operationId": "core_slack", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["core"]}, "parameters": []}, "/core/stats/": {"post": {"operationId": "core_stats", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["core"]}, "parameters": []}, "/core/submit_jira_issue/": {"post": {"operationId": "core_submit_jira_issue", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["core"]}, "parameters": []}, "/core/subscribe/": {"post": {"operationId": "core_subscribe", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["core"]}, "parameters": []}, "/core/test_push/": {"get": {"operationId": "core_test_push", "description": "API endpoint that returns user data.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/User"}}}}, "tags": ["core"]}, "parameters": []}, "/core/user/": {"get": {"operationId": "core_user_read", "description": "API endpoint that returns user data.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/User"}}}}, "tags": ["core"]}, "patch": {"operationId": "core_user_partial_update", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["core"]}, "parameters": []}, "/core/users/": {"get": {"operationId": "core_users", "description": "API endpoint that returns user data.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/User"}}}}, "tags": ["core"]}, "parameters": []}, "/exports/": {"get": {"operationId": "exports_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Export"}}}}, "tags": ["exports"]}, "post": {"operationId": "exports_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Export"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Export"}}}, "tags": ["exports"]}, "parameters": []}, "/exports/SchemaOptions/": {"get": {"operationId": "exports_SchemaOptions", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Export"}}}}, "tags": ["exports"]}, "parameters": []}, "/exports/file-output-paths/": {"post": {"operationId": "exports_file_output_paths", "description": "Given an account SID and inspection header data,\nreturn the file naming format that will be used when exporting a video.\n\nExample inspection header data:\n{\n \"Pipe_Segment_Reference\": \"01234 01235\",\n \"Inspection_Date\": \"2020-12-24\",\n \"Inspection_Time\": \"20:09\",\n ...\n}", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Export"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Export"}}}, "tags": ["exports"]}, "parameters": []}, "/exports/{sid}/": {"get": {"operationId": "exports_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Export"}}}, "tags": ["exports"]}, "put": {"operationId": "exports_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Export"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Export"}}}, "tags": ["exports"]}, "patch": {"operationId": "exports_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Export"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Export"}}}, "tags": ["exports"]}, "delete": {"operationId": "exports_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["exports"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/files/": {"get": {"operationId": "files_list", "description": "An endpoint for Files.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/File"}}}}, "tags": ["files"]}, "parameters": []}, "/files/FileOptions/": {"get": {"operationId": "files_FileOptions", "description": "An endpoint for Files.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/File"}}}}, "tags": ["files"]}, "parameters": []}, "/files/{sid}/": {"get": {"operationId": "files_read", "description": "An endpoint for Files.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/File"}}}, "tags": ["files"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/files/{sid}/Import/": {"post": {"operationId": "files_Import", "description": "An endpoint for Files.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/File"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/File"}}}, "tags": ["files"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/files/{sid}/Read/": {"post": {"operationId": "files_Read", "description": "An endpoint for Files.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/File"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/File"}}}, "tags": ["files"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/groups/": {"get": {"operationId": "groups_list", "description": "API endpoint that allows groups to be viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Group"}}}}, "tags": ["groups"]}, "post": {"operationId": "groups_create", "description": "API endpoint that allows groups to be viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Group"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Group"}}}, "tags": ["groups"]}, "parameters": []}, "/groups/{id}/": {"get": {"operationId": "groups_read", "description": "API endpoint that allows groups to be viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Group"}}}, "tags": ["groups"]}, "put": {"operationId": "groups_update", "description": "API endpoint that allows groups to be viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Group"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Group"}}}, "tags": ["groups"]}, "patch": {"operationId": "groups_partial_update", "description": "API endpoint that allows groups to be viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Group"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Group"}}}, "tags": ["groups"]}, "delete": {"operationId": "groups_delete", "description": "API endpoint that allows groups to be viewed or edited.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["groups"]}, "parameters": [{"name": "id", "in": "path", "description": "A unique integer value identifying this group.", "required": true, "type": "integer"}]}, "/labels/classifications/video/": {"get": {"operationId": "labels_classifications_video_list", "description": "API endpoint that allows Video Observation Classifications to be viewed\nand created.", "parameters": [{"name": "system", "in": "query", "description": "system", "required": false, "type": "string"}, {"name": "code", "in": "query", "description": "code", "required": false, "type": "string"}, {"name": "version", "in": "query", "description": "version", "required": false, "type": "string"}], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/VideoObservationClassification"}}}}, "tags": ["labels"]}, "post": {"operationId": "labels_classifications_video_create", "description": "API endpoint that allows Video Observation Classifications to be viewed\nand created.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/VideoObservationClassification"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/VideoObservationClassification"}}}, "tags": ["labels"]}, "parameters": []}, "/labels/classifications/video/{sid}/": {"get": {"operationId": "labels_classifications_video_read", "description": "API endpoint that allows Video Observation Classifications to be viewed\nand created.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/VideoObservationClassification"}}}, "tags": ["labels"]}, "put": {"operationId": "labels_classifications_video_update", "description": "API endpoint that allows Video Observation Classifications to be viewed\nand created.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/VideoObservationClassification"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/VideoObservationClassification"}}}, "tags": ["labels"]}, "patch": {"operationId": "labels_classifications_video_partial_update", "description": "API endpoint that allows Video Observation Classifications to be viewed\nand created.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/VideoObservationClassification"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/VideoObservationClassification"}}}, "tags": ["labels"]}, "delete": {"operationId": "labels_classifications_video_delete", "description": "API endpoint that allows Video Observation Classifications to be viewed\nand created.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["labels"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/labels/regressions/video/": {"get": {"operationId": "labels_regressions_video_list", "description": "API endpoint that allows Video Observation Regressions to be viewed and\ncreated.", "parameters": [{"name": "system", "in": "query", "description": "system", "required": false, "type": "string"}, {"name": "code", "in": "query", "description": "code", "required": false, "type": "string"}], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/VideoObservationRegression"}}}}, "tags": ["labels"]}, "post": {"operationId": "labels_regressions_video_create", "description": "API endpoint that allows Video Observation Regressions to be viewed and\ncreated.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/VideoObservationRegression"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/VideoObservationRegression"}}}, "tags": ["labels"]}, "parameters": []}, "/labels/regressions/video/{sid}/": {"get": {"operationId": "labels_regressions_video_read", "description": "API endpoint that allows Video Observation Regressions to be viewed and\ncreated.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/VideoObservationRegression"}}}, "tags": ["labels"]}, "put": {"operationId": "labels_regressions_video_update", "description": "API endpoint that allows Video Observation Regressions to be viewed and\ncreated.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/VideoObservationRegression"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/VideoObservationRegression"}}}, "tags": ["labels"]}, "patch": {"operationId": "labels_regressions_video_partial_update", "description": "API endpoint that allows Video Observation Regressions to be viewed and\ncreated.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/VideoObservationRegression"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/VideoObservationRegression"}}}, "tags": ["labels"]}, "delete": {"operationId": "labels_regressions_video_delete", "description": "API endpoint that allows Video Observation Regressions to be viewed and\ncreated.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["labels"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/modeling/bbinference/": {"get": {"operationId": "modeling_bbinference_list", "description": "Bounding Box Inference Assignment.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/BBInferenceAssignment"}}}}, "tags": ["modeling"]}, "post": {"operationId": "modeling_bbinference_create", "description": "Bounding Box Inference Assignment.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/BBInferenceAssignment"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/BBInferenceAssignment"}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/bbinference/AutoBBModels/": {"get": {"operationId": "modeling_bbinference_AutoBBModels", "description": "Bounding Box Inference Assignment.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/BBInferenceAssignment"}}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/bbinference/MakeObsModel/": {"post": {"operationId": "modeling_bbinference_MakeObsModel", "description": "Bounding Box Inference Assignment.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/BBInferenceAssignment"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/BBInferenceAssignment"}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/bbinference/ObsParams/": {"get": {"operationId": "modeling_bbinference_ObsParams", "description": "Bounding Box Inference Assignment.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/BBInferenceAssignment"}}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/bbinference/{sid}/": {"get": {"operationId": "modeling_bbinference_read", "description": "Bounding Box Inference Assignment.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/BBInferenceAssignment"}}}, "tags": ["modeling"]}, "put": {"operationId": "modeling_bbinference_update", "description": "Bounding Box Inference Assignment.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/BBInferenceAssignment"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/BBInferenceAssignment"}}}, "tags": ["modeling"]}, "patch": {"operationId": "modeling_bbinference_partial_update", "description": "Bounding Box Inference Assignment.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/BBInferenceAssignment"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/BBInferenceAssignment"}}}, "tags": ["modeling"]}, "delete": {"operationId": "modeling_bbinference_delete", "description": "Bounding Box Inference Assignment.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["modeling"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/modeling/bbinference/{sid}/MakeObs/": {"post": {"operationId": "modeling_bbinference_MakeObs", "description": "Bounding Box Inference Assignment.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/BBInferenceAssignment"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/BBInferenceAssignment"}}}, "tags": ["modeling"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/modeling/ensembles/": {"get": {"operationId": "modeling_ensembles_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ModelEnsemble"}}}}, "tags": ["modeling"]}, "post": {"operationId": "modeling_ensembles_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ModelEnsemble"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/ModelEnsemble"}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/ensembles/{sid}/": {"get": {"operationId": "modeling_ensembles_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ModelEnsemble"}}}, "tags": ["modeling"]}, "put": {"operationId": "modeling_ensembles_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ModelEnsemble"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ModelEnsemble"}}}, "tags": ["modeling"]}, "patch": {"operationId": "modeling_ensembles_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ModelEnsemble"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ModelEnsemble"}}}, "tags": ["modeling"]}, "delete": {"operationId": "modeling_ensembles_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["modeling"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/modeling/groups/": {"get": {"operationId": "modeling_groups_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ClassificationGroup"}}}}, "tags": ["modeling"]}, "post": {"operationId": "modeling_groups_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ClassificationGroup"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/ClassificationGroup"}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/groups/GetFastGroups/": {"get": {"operationId": "modeling_groups_GetFastGroups", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ClassificationGroup"}}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/groups/{sid}/": {"get": {"operationId": "modeling_groups_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ClassificationGroup"}}}, "tags": ["modeling"]}, "put": {"operationId": "modeling_groups_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ClassificationGroup"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ClassificationGroup"}}}, "tags": ["modeling"]}, "patch": {"operationId": "modeling_groups_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ClassificationGroup"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ClassificationGroup"}}}, "tags": ["modeling"]}, "delete": {"operationId": "modeling_groups_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["modeling"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/modeling/inference/": {"get": {"operationId": "modeling_inference_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/InferenceAssignment"}}}}, "tags": ["modeling"]}, "post": {"operationId": "modeling_inference_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/InferenceAssignment"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/InferenceAssignment"}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/inference/{sid}/": {"get": {"operationId": "modeling_inference_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/InferenceAssignment"}}}, "tags": ["modeling"]}, "put": {"operationId": "modeling_inference_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/InferenceAssignment"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/InferenceAssignment"}}}, "tags": ["modeling"]}, "patch": {"operationId": "modeling_inference_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/InferenceAssignment"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/InferenceAssignment"}}}, "tags": ["modeling"]}, "delete": {"operationId": "modeling_inference_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["modeling"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/modeling/inference/{sid}/add_csv/": {"patch": {"operationId": "modeling_inference_add_csv", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/InferenceAssignment"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/InferenceAssignment"}}}, "tags": ["modeling"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/modeling/models/": {"get": {"operationId": "modeling_models_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/TrainingModel"}}}}, "tags": ["modeling"]}, "post": {"operationId": "modeling_models_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/TrainingModel"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/TrainingModel"}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/models/GetModelNames/": {"get": {"operationId": "modeling_models_GetModelNames", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/TrainingModel"}}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/models/{sid}/": {"get": {"operationId": "modeling_models_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/TrainingModel"}}}, "tags": ["modeling"]}, "put": {"operationId": "modeling_models_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/TrainingModel"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/TrainingModel"}}}, "tags": ["modeling"]}, "patch": {"operationId": "modeling_models_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/TrainingModel"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/TrainingModel"}}}, "tags": ["modeling"]}, "delete": {"operationId": "modeling_models_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["modeling"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/modeling/models/{sid}/coco/": {"get": {"operationId": "modeling_models_coco", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/TrainingModel"}}}, "tags": ["modeling"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/modeling/observationrun/": {"get": {"operationId": "modeling_observationrun_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ObservationRun"}}}}, "tags": ["modeling"]}, "post": {"operationId": "modeling_observationrun_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ObservationRun"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/ObservationRun"}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/observationrun/AddRunsToGroup/": {"patch": {"operationId": "modeling_observationrun_AddRunsToGroup", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ObservationRun"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ObservationRun"}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/observationrun/CreateRunGroup/": {"post": {"operationId": "modeling_observationrun_CreateRunGroup", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ObservationRun"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/ObservationRun"}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/observationrun/CreateTemplateRun/": {"post": {"operationId": "modeling_observationrun_CreateTemplateRun", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ObservationRun"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/ObservationRun"}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/observationrun/DeleteRunsFromGroups/": {"patch": {"operationId": "modeling_observationrun_DeleteRunsFromGroups", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ObservationRun"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ObservationRun"}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/observationrun/GetFilters/": {"get": {"operationId": "modeling_observationrun_GetFilters", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ObservationRun"}}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/observationrun/GetRunGroups/": {"get": {"operationId": "modeling_observationrun_GetRunGroups", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ObservationRun"}}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/observationrun/GetRunNames/": {"get": {"operationId": "modeling_observationrun_GetRunNames", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ObservationRun"}}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/observationrun/GetSourcePresets/": {"get": {"operationId": "modeling_observationrun_GetSourcePresets", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ObservationRun"}}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/observationrun/MakeRunsFromTemplateGroup/": {"post": {"operationId": "modeling_observationrun_MakeRunsFromTemplateGroup", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ObservationRun"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/ObservationRun"}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/observationrun/ReifyGroup/": {"get": {"operationId": "modeling_observationrun_ReifyGroup", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ObservationRun"}}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/observationrun/{sid}/": {"get": {"operationId": "modeling_observationrun_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ObservationRun"}}}, "tags": ["modeling"]}, "put": {"operationId": "modeling_observationrun_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ObservationRun"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ObservationRun"}}}, "tags": ["modeling"]}, "patch": {"operationId": "modeling_observationrun_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ObservationRun"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ObservationRun"}}}, "tags": ["modeling"]}, "delete": {"operationId": "modeling_observationrun_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["modeling"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/modeling/observationrun/{sid}/GetGraph/": {"get": {"operationId": "modeling_observationrun_GetGraph", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ObservationRun"}}}, "tags": ["modeling"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/modeling/observationrun/{sid}/Reify/": {"get": {"operationId": "modeling_observationrun_Reify", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ObservationRun"}}}, "tags": ["modeling"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/modeling/observationrun/{sid}/RunObsRun/": {"get": {"operationId": "modeling_observationrun_RunObsRun", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ObservationRun"}}}, "tags": ["modeling"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/modeling/pobs/": {"get": {"operationId": "modeling_pobs_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ProvisionalObservationClassification"}}}}, "tags": ["modeling"]}, "post": {"operationId": "modeling_pobs_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ProvisionalObservationClassification"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/ProvisionalObservationClassification"}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/pobs/GetIntervalReview/": {"get": {"operationId": "modeling_pobs_GetIntervalReview", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ProvisionalObservationClassification"}}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/pobs/{sid}/": {"get": {"operationId": "modeling_pobs_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ProvisionalObservationClassification"}}}, "tags": ["modeling"]}, "put": {"operationId": "modeling_pobs_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ProvisionalObservationClassification"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ProvisionalObservationClassification"}}}, "tags": ["modeling"]}, "patch": {"operationId": "modeling_pobs_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ProvisionalObservationClassification"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ProvisionalObservationClassification"}}}, "tags": ["modeling"]}, "delete": {"operationId": "modeling_pobs_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["modeling"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/modeling/pobs/{sid}/ReviewInterval/": {"post": {"operationId": "modeling_pobs_ReviewInterval", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ProvisionalObservationClassification"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/ProvisionalObservationClassification"}}}, "tags": ["modeling"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/modeling/reginference/": {"get": {"operationId": "modeling_reginference_list", "description": "Regression Inference Assignment.", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["modeling"]}, "post": {"operationId": "modeling_reginference_create", "description": "Regression Inference Assignment.", "parameters": [], "responses": {"201": {"description": ""}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/reginference/{sid}/": {"get": {"operationId": "modeling_reginference_read", "description": "Regression Inference Assignment.", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["modeling"]}, "put": {"operationId": "modeling_reginference_update", "description": "Regression Inference Assignment.", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["modeling"]}, "patch": {"operationId": "modeling_reginference_partial_update", "description": "Regression Inference Assignment.", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["modeling"]}, "delete": {"operationId": "modeling_reginference_delete", "description": "Regression Inference Assignment.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["modeling"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/modeling/regmodels/": {"get": {"operationId": "modeling_regmodels_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/RegressionModel"}}}}, "tags": ["modeling"]}, "post": {"operationId": "modeling_regmodels_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/RegressionModel"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/RegressionModel"}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/regmodels/{sid}/": {"get": {"operationId": "modeling_regmodels_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/RegressionModel"}}}, "tags": ["modeling"]}, "put": {"operationId": "modeling_regmodels_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/RegressionModel"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/RegressionModel"}}}, "tags": ["modeling"]}, "patch": {"operationId": "modeling_regmodels_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/RegressionModel"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/RegressionModel"}}}, "tags": ["modeling"]}, "delete": {"operationId": "modeling_regmodels_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["modeling"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/modeling/testobservation/": {"get": {"operationId": "modeling_testobservation_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/TestObservationClassification"}}}}, "tags": ["modeling"]}, "post": {"operationId": "modeling_testobservation_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/TestObservationClassification"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/TestObservationClassification"}}}, "tags": ["modeling"]}, "parameters": []}, "/modeling/testobservation/{sid}/": {"get": {"operationId": "modeling_testobservation_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/TestObservationClassification"}}}, "tags": ["modeling"]}, "put": {"operationId": "modeling_testobservation_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/TestObservationClassification"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/TestObservationClassification"}}}, "tags": ["modeling"]}, "patch": {"operationId": "modeling_testobservation_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/TestObservationClassification"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/TestObservationClassification"}}}, "tags": ["modeling"]}, "delete": {"operationId": "modeling_testobservation_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["modeling"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/note/": {"get": {"operationId": "note_list", "description": "Read IsSaiPermittedPatch definition.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Note"}}}}, "tags": ["note"]}, "post": {"operationId": "note_create", "description": "Read IsSaiPermittedPatch definition.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Note"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Note"}}}, "tags": ["note"]}, "parameters": []}, "/note/get_filter_options/": {"get": {"operationId": "note_get_filter_options", "description": "Read IsSaiPermittedPatch definition.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Note"}}}}, "tags": ["note"]}, "parameters": []}, "/note/get_taggable_users/": {"get": {"operationId": "note_get_taggable_users", "description": "Read IsSaiPermittedPatch definition.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Note"}}}}, "tags": ["note"]}, "parameters": []}, "/note/{sid}/": {"get": {"operationId": "note_read", "description": "Read IsSaiPermittedPatch definition.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Note"}}}, "tags": ["note"]}, "put": {"operationId": "note_update", "description": "Read IsSaiPermittedPatch definition.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Note"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Note"}}}, "tags": ["note"]}, "patch": {"operationId": "note_partial_update", "description": "Read IsSaiPermittedPatch definition.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Note"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Note"}}}, "tags": ["note"]}, "delete": {"operationId": "note_delete", "description": "Read IsSaiPermittedPatch definition.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["note"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/notification-preferences/": {"get": {"operationId": "notification-preferences_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/NotificationPreference"}}}}, "tags": ["notification-preferences"]}, "post": {"operationId": "notification-preferences_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/NotificationPreference"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/NotificationPreference"}}}, "tags": ["notification-preferences"]}, "parameters": []}, "/notification-preferences/create-by-category/": {"post": {"operationId": "notification-preferences_create_by_category", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/NotificationPreference"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/NotificationPreference"}}}, "tags": ["notification-preferences"]}, "parameters": []}, "/notification-preferences/delete-by-category/": {"post": {"operationId": "notification-preferences_destroy_by_category", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/NotificationPreference"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/NotificationPreference"}}}, "tags": ["notification-preferences"]}, "parameters": []}, "/notification-preferences/{sid}/": {"get": {"operationId": "notification-preferences_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/NotificationPreference"}}}, "tags": ["notification-preferences"]}, "put": {"operationId": "notification-preferences_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/NotificationPreference"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/NotificationPreference"}}}, "tags": ["notification-preferences"]}, "patch": {"operationId": "notification-preferences_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/NotificationPreference"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/NotificationPreference"}}}, "tags": ["notification-preferences"]}, "delete": {"operationId": "notification-preferences_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["notification-preferences"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/notifications/": {"get": {"operationId": "notifications_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Notification"}}}}, "tags": ["notifications"]}, "post": {"operationId": "notifications_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Notification"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Notification"}}}, "tags": ["notifications"]}, "parameters": []}, "/notifications/mark-all-read/": {"post": {"operationId": "notifications_mark_all_read", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Notification"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Notification"}}}, "tags": ["notifications"]}, "parameters": []}, "/notifications/reference/": {"get": {"operationId": "notifications_reference", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Notification"}}}}, "tags": ["notifications"]}, "parameters": []}, "/notifications/{sid}/": {"get": {"operationId": "notifications_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Notification"}}}, "tags": ["notifications"]}, "put": {"operationId": "notifications_update", "description": "Ensure that only the _read_ field is updatable.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Notification"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Notification"}}}, "tags": ["notifications"]}, "patch": {"operationId": "notifications_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Notification"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Notification"}}}, "tags": ["notifications"]}, "delete": {"operationId": "notifications_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["notifications"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/observationclassifications/": {"get": {"operationId": "observationclassifications_list", "description": "", "parameters": [{"name": "sid", "in": "query", "description": "sid", "required": false, "type": "string"}], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ObservationClassificationAnalytics"}}}}, "tags": ["observationclassifications"]}, "parameters": []}, "/observationclassifications/get_stats/": {"get": {"operationId": "observationclassifications_get_stats", "description": "", "parameters": [{"name": "sid", "in": "query", "description": "sid", "required": false, "type": "string"}], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ObservationClassificationAnalytics"}}}}, "tags": ["observationclassifications"]}, "parameters": []}, "/observationclassifications/{id}/": {"get": {"operationId": "observationclassifications_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ObservationClassificationAnalytics"}}}, "tags": ["observationclassifications"]}, "parameters": [{"name": "id", "in": "path", "description": "A unique integer value identifying this Customer Observation Classification.", "required": true, "type": "integer"}]}, "/profiles/": {"get": {"operationId": "profiles_list", "description": "API endpoint that allows users to be viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Profile"}}}}, "tags": ["profiles"]}, "post": {"operationId": "profiles_create", "description": "API endpoint that allows users to be viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Profile"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Profile"}}}, "tags": ["profiles"]}, "parameters": []}, "/profiles/{sid}/": {"get": {"operationId": "profiles_read", "description": "API endpoint that allows users to be viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Profile"}}}, "tags": ["profiles"]}, "put": {"operationId": "profiles_update", "description": "API endpoint that allows users to be viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Profile"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Profile"}}}, "tags": ["profiles"]}, "patch": {"operationId": "profiles_partial_update", "description": "API endpoint that allows users to be viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Profile"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Profile"}}}, "tags": ["profiles"]}, "delete": {"operationId": "profiles_delete", "description": "API endpoint that allows users to be viewed or edited.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["profiles"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/project_tasks/": {"get": {"operationId": "project_tasks_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ProjectTask"}}}}, "tags": ["project_tasks"]}, "post": {"operationId": "project_tasks_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ProjectTask"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/ProjectTask"}}}, "tags": ["project_tasks"]}, "parameters": []}, "/project_tasks/GetUserTasks/": {"get": {"operationId": "project_tasks_GetUserTasks", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ProjectTask"}}}}, "tags": ["project_tasks"]}, "parameters": []}, "/project_tasks/{sid}/": {"get": {"operationId": "project_tasks_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ProjectTask"}}}, "tags": ["project_tasks"]}, "put": {"operationId": "project_tasks_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ProjectTask"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ProjectTask"}}}, "tags": ["project_tasks"]}, "patch": {"operationId": "project_tasks_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ProjectTask"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ProjectTask"}}}, "tags": ["project_tasks"]}, "delete": {"operationId": "project_tasks_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["project_tasks"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/project_tasks/{sid}/GetSubtask/": {"get": {"operationId": "project_tasks_GetSubtask", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ProjectTask"}}}, "tags": ["project_tasks"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/project_tasks/{sid}/SubmitSubtask/": {"post": {"operationId": "project_tasks_SubmitSubtask", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ProjectTask"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/ProjectTask"}}}, "tags": ["project_tasks"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/saitests/get_tests/": {"get": {"operationId": "saitests_get_tests", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["saitests"]}, "parameters": []}, "/schemas/get_condition_schema/": {"get": {"operationId": "schemas_get_condition_schema", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["schemas"]}, "parameters": []}, "/schemas/get_header_fields/": {"get": {"operationId": "schemas_get_header_fields", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["schemas"]}, "parameters": []}, "/submittal/": {"get": {"operationId": "submittal_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Submittal"}}}}, "tags": ["submittal"]}, "post": {"operationId": "submittal_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Submittal"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Submittal"}}}, "tags": ["submittal"]}, "parameters": []}, "/submittal/{sid}/": {"get": {"operationId": "submittal_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Submittal"}}}, "tags": ["submittal"]}, "put": {"operationId": "submittal_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Submittal"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Submittal"}}}, "tags": ["submittal"]}, "patch": {"operationId": "submittal_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Submittal"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Submittal"}}}, "tags": ["submittal"]}, "delete": {"operationId": "submittal_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["submittal"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/submittal/{sid}/send-reminder/": {"post": {"operationId": "submittal_send_reminder", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Submittal"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Submittal"}}}, "tags": ["submittal"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/token/": {"post": {"operationId": "token_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/CortTokenObtainPair"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/CortTokenObtainPair"}}}, "tags": ["token"]}, "parameters": []}, "/token/refresh/": {"post": {"operationId": "token_refresh_create", "description": "Takes a refresh type JSON web token and returns an access type JSON web\ntoken if the refresh token is valid.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/TokenRefresh"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/TokenRefresh"}}}, "tags": ["token"]}, "parameters": []}, "/users/": {"get": {"operationId": "users_list", "description": "API endpoint that returns user data.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/User"}}}}, "tags": ["users"]}, "post": {"operationId": "users_create", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["users"]}, "parameters": []}, "/users/change_email/": {"post": {"operationId": "users_change_email", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["users"]}, "parameters": []}, "/users/get_current/": {"get": {"operationId": "users_get_current", "description": "API endpoint that returns user data.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/User"}}}}, "tags": ["users"]}, "parameters": []}, "/users/get_metabase_url/": {"get": {"operationId": "users_get_metabase_url", "description": "API endpoint that returns user data.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/User"}}}}, "tags": ["users"]}, "parameters": []}, "/users/import_users/": {"get": {"operationId": "users_import_users", "description": "API endpoint that returns user data.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/User"}}}}, "tags": ["users"]}, "parameters": []}, "/users/labelers/": {"get": {"operationId": "users_labelers", "description": "API endpoint that returns user data.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/User"}}}}, "tags": ["users"]}, "parameters": []}, "/users/my_permissions/": {"get": {"operationId": "users_my_permissions", "description": "API endpoint that returns user data.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/User"}}}}, "tags": ["users"]}, "parameters": []}, "/users/notifications/": {"get": {"operationId": "users_notifications", "description": "API endpoint that returns user data.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/User"}}}}, "tags": ["users"]}, "parameters": []}, "/users/push_notification/": {"post": {"operationId": "users_push_notification", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["users"]}, "parameters": []}, "/users/reset_password/": {"post": {"operationId": "users_reset_password", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["users"]}, "parameters": []}, "/users/set_tos_accepted/": {"post": {"operationId": "users_set_tos_accepted", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["users"]}, "parameters": []}, "/users/set_user_hotbuttons/": {"post": {"operationId": "users_set_user_hotbuttons", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["users"]}, "parameters": []}, "/users/stats/": {"post": {"operationId": "users_stats", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["users"]}, "parameters": []}, "/users/submit_jira_issue/": {"post": {"operationId": "users_submit_jira_issue", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["users"]}, "parameters": []}, "/users/subscribe/": {"post": {"operationId": "users_subscribe", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["users"]}, "parameters": []}, "/users/test_push/": {"get": {"operationId": "users_test_push", "description": "API endpoint that returns user data.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/User"}}}}, "tags": ["users"]}, "parameters": []}, "/users/update_current/": {"patch": {"operationId": "users_update_current", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["users"]}, "parameters": []}, "/users/{id}/": {"get": {"operationId": "users_read", "description": "API endpoint that returns user data.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["users"]}, "put": {"operationId": "users_update", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["users"]}, "patch": {"operationId": "users_partial_update", "description": "API endpoint that returns user data.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/User"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["users"]}, "delete": {"operationId": "users_delete", "description": "API endpoint that returns user data.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["users"]}, "parameters": [{"name": "id", "in": "path", "description": "A unique integer value identifying this user.", "required": true, "type": "integer"}]}, "/users/{id}/labeler_stats/": {"get": {"operationId": "users_labeler_stats", "description": "API endpoint that returns user data.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/User"}}}, "tags": ["users"]}, "parameters": [{"name": "id", "in": "path", "description": "A unique integer value identifying this user.", "required": true, "type": "integer"}]}, "/v1/assets/": {"get": {"operationId": "v1_assets_list", "description": "Asset endpoint.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/AssetList"}}}}, "tags": ["v1"]}, "post": {"operationId": "v1_assets_create", "description": "Asset endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/MainlineAssetWrite"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/MainlineAssetWrite"}}}, "tags": ["v1"]}, "parameters": []}, "/v1/assets/{sid}/": {"get": {"operationId": "v1_assets_read", "description": "Asset endpoint.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/MainlineAssetRead"}}}, "tags": ["v1"]}, "put": {"operationId": "v1_assets_update", "description": "Asset endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/MainlineAssetWrite"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/MainlineAssetWrite"}}}, "tags": ["v1"]}, "patch": {"operationId": "v1_assets_partial_update", "description": "Asset endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/MainlineAssetWrite"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/MainlineAssetWrite"}}}, "tags": ["v1"]}, "delete": {"operationId": "v1_assets_delete", "description": "Asset endpoint.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["v1"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/v1/exports/": {"get": {"operationId": "v1_exports_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ExportRead"}}}}, "tags": ["v1"]}, "post": {"operationId": "v1_exports_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ExportWrite"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/ExportWrite"}}}, "tags": ["v1"]}, "parameters": []}, "/v1/exports/{sid}/": {"get": {"operationId": "v1_exports_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ExportRead"}}}, "tags": ["v1"]}, "put": {"operationId": "v1_exports_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ExportWrite"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ExportWrite"}}}, "tags": ["v1"]}, "patch": {"operationId": "v1_exports_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ExportWrite"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ExportWrite"}}}, "tags": ["v1"]}, "delete": {"operationId": "v1_exports_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["v1"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/v1/inspections/": {"get": {"operationId": "v1_inspections_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/InspectionList"}}}}, "tags": ["v1"]}, "post": {"operationId": "v1_inspections_create", "description": "", "parameters": [], "responses": {"201": {"description": ""}}, "tags": ["v1"]}, "parameters": []}, "/v1/inspections/AutoCode/": {"post": {"operationId": "v1_inspections_AutoCode", "description": "", "parameters": [], "responses": {"201": {"description": ""}}, "tags": ["v1"]}, "parameters": []}, "/v1/inspections/{inspection_sid}/observations/": {"get": {"operationId": "v1_inspections_observations_list", "description": "Observations endpoint.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ObservationRead"}}}}, "tags": ["v1"]}, "post": {"operationId": "v1_inspections_observations_create", "description": "Observations endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ObservationWrite"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/ObservationWrite"}}}, "tags": ["v1"]}, "parameters": [{"name": "inspection_sid", "in": "path", "required": true, "type": "string"}]}, "/v1/inspections/{inspection_sid}/observations/{sid}/": {"get": {"operationId": "v1_inspections_observations_read", "description": "Observations endpoint.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ObservationRead"}}}, "tags": ["v1"]}, "put": {"operationId": "v1_inspections_observations_update", "description": "Observations endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ObservationWrite"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ObservationWrite"}}}, "tags": ["v1"]}, "patch": {"operationId": "v1_inspections_observations_partial_update", "description": "Observations endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ObservationWrite"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ObservationWrite"}}}, "tags": ["v1"]}, "delete": {"operationId": "v1_inspections_observations_delete", "description": "Observations endpoint.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["v1"]}, "parameters": [{"name": "inspection_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/v1/inspections/{sid}/": {"get": {"operationId": "v1_inspections_read", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["v1"]}, "put": {"operationId": "v1_inspections_update", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["v1"]}, "patch": {"operationId": "v1_inspections_partial_update", "description": "", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["v1"]}, "delete": {"operationId": "v1_inspections_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["v1"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/v1/observations/": {"get": {"operationId": "v1_observations_list", "description": "Observations endpoint.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ObservationRead"}}}}, "tags": ["v1"]}, "parameters": []}, "/v1/observations/{sid}/": {"get": {"operationId": "v1_observations_read", "description": "Observations endpoint.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ObservationRead"}}}, "tags": ["v1"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/v1/organizations/": {"get": {"operationId": "v1_organizations_list", "description": "Organization endpoint.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/OrganizationRead"}}}}, "tags": ["v1"]}, "post": {"operationId": "v1_organizations_create", "description": "Organization endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/OrganizationWrite"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/OrganizationWrite"}}}, "tags": ["v1"]}, "parameters": []}, "/v1/organizations/{sid}/": {"get": {"operationId": "v1_organizations_read", "description": "Organization endpoint.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/OrganizationRead"}}}, "tags": ["v1"]}, "put": {"operationId": "v1_organizations_update", "description": "Organization endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/OrganizationWrite"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/OrganizationWrite"}}}, "tags": ["v1"]}, "patch": {"operationId": "v1_organizations_partial_update", "description": "Organization endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/OrganizationWrite"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/OrganizationWrite"}}}, "tags": ["v1"]}, "delete": {"operationId": "v1_organizations_delete", "description": "Organization endpoint.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["v1"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/v1/projects/": {"get": {"operationId": "v1_projects_list", "description": "Projects endpoint.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/ProjectRead"}}}}, "tags": ["v1"]}, "post": {"operationId": "v1_projects_create", "description": "Projects endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ProjectWrite"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/ProjectWrite"}}}, "tags": ["v1"]}, "parameters": []}, "/v1/projects/{sid}/": {"get": {"operationId": "v1_projects_read", "description": "Projects endpoint.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ProjectRead"}}}, "tags": ["v1"]}, "put": {"operationId": "v1_projects_update", "description": "Projects endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ProjectWrite"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ProjectWrite"}}}, "tags": ["v1"]}, "patch": {"operationId": "v1_projects_partial_update", "description": "Projects endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/ProjectWrite"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/ProjectWrite"}}}, "tags": ["v1"]}, "delete": {"operationId": "v1_projects_delete", "description": "Projects endpoint.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["v1"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/v1/users/": {"get": {"operationId": "v1_users_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/UserList"}}}}, "tags": ["v1"]}, "post": {"operationId": "v1_users_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/UserRead"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/UserRead"}}}, "tags": ["v1"]}, "parameters": []}, "/v1/users/{sid}/": {"get": {"operationId": "v1_users_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/UserRead"}}}, "tags": ["v1"]}, "put": {"operationId": "v1_users_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/UserRead"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/UserRead"}}}, "tags": ["v1"]}, "patch": {"operationId": "v1_users_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/UserRead"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/UserRead"}}}, "tags": ["v1"]}, "delete": {"operationId": "v1_users_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["v1"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/v1/videos/": {"get": {"operationId": "v1_videos_list", "description": "Video endpoint.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/VideoRead"}}}}, "tags": ["v1"]}, "post": {"operationId": "v1_videos_create", "description": "Video endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/VideoWrite"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/VideoWrite"}}}, "tags": ["v1"]}, "parameters": []}, "/v1/videos/{sid}/": {"get": {"operationId": "v1_videos_read", "description": "Video endpoint.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/VideoRead"}}}, "tags": ["v1"]}, "put": {"operationId": "v1_videos_update", "description": "Video endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/VideoWrite"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/VideoWrite"}}}, "tags": ["v1"]}, "patch": {"operationId": "v1_videos_partial_update", "description": "Video endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/VideoWrite"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/VideoWrite"}}}, "tags": ["v1"]}, "delete": {"operationId": "v1_videos_delete", "description": "Video endpoint.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["v1"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/v1/videos/{sid}/change-inspection/": {"post": {"operationId": "v1_videos_change_inspection", "description": "Video endpoint.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/VideoWrite"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/VideoWrite"}}}, "tags": ["v1"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/v1/videos/{sid}/url/": {"get": {"operationId": "v1_videos_url", "description": "Video endpoint.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/VideoWrite"}}}, "tags": ["v1"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string", "format": "uuid"}]}, "/videos/": {"get": {"operationId": "videos_list", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "post": {"operationId": "videos_create", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/AddCharacter/": {"post": {"operationId": "videos_AddCharacter", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/AddRemoveProject/": {"post": {"operationId": "videos_AddRemoveProject_create", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "delete": {"operationId": "videos_AddRemoveProject_delete", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["videos"]}, "parameters": []}, "/videos/BulkArchive/": {"post": {"operationId": "videos_BulkArchive", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/BulkFlagPrescreen/": {"post": {"operationId": "videos_BulkFlagPrescreen", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/BulkMarkReviewed/": {"post": {"operationId": "videos_BulkMarkReviewed", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/DeleteFrame/": {"delete": {"operationId": "videos_DeleteFrame", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["videos"]}, "parameters": []}, "/videos/Encode/": {"post": {"operationId": "videos_Encode", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/ExtractPayoutSamples/": {"get": {"operationId": "videos_ExtractPayoutSamples", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "parameters": []}, "/videos/GetBBReview/": {"get": {"operationId": "videos_GetBBReview", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "parameters": []}, "/videos/GetListCSV/": {"post": {"operationId": "videos_GetListCSV", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/GetListObservationsCSV/": {"post": {"operationId": "videos_GetListObservationsCSV", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/GetRegressionSchema/": {"get": {"operationId": "videos_GetRegressionSchema", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "parameters": []}, "/videos/GetRegressionTypes/": {"get": {"operationId": "videos_GetRegressionTypes", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "parameters": []}, "/videos/ListObservationClassifications/": {"get": {"operationId": "videos_ListObservationClassifications", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "parameters": []}, "/videos/PipeStatistics/": {"get": {"operationId": "videos_PipeStatistics", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "parameters": []}, "/videos/Statistics/": {"get": {"operationId": "videos_Statistics_read", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "post": {"operationId": "videos_Statistics_create", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/StatisticsNew/": {"get": {"operationId": "videos_StatisticsNew_read", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "post": {"operationId": "videos_StatisticsNew_create", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/SubmitBBReview/": {"post": {"operationId": "videos_SubmitBBReview", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/UnreviewFrame/": {"patch": {"operationId": "videos_UnreviewFrame", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/ValidationReport/": {"get": {"operationId": "videos_ValidationReport_read", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "post": {"operationId": "videos_ValidationReport_create", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/_download/": {"post": {"operationId": "videos__download", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/_validate/": {"post": {"operationId": "videos__validate", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/convert_to_dtp/": {"post": {"operationId": "videos_convert_to_dtp", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/export_inspection_files/": {"get": {"operationId": "videos_export_inspection_files", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "parameters": []}, "/videos/get_accounts/": {"get": {"operationId": "videos_get_accounts", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "parameters": []}, "/videos/get_agencies/": {"get": {"operationId": "videos_get_agencies", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "parameters": []}, "/videos/get_bb_review/": {"get": {"operationId": "videos_get_bb_review", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "parameters": []}, "/videos/get_fake_bb_review/": {"get": {"operationId": "videos_get_fake_bb_review", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "parameters": []}, "/videos/get_filter_options/": {"get": {"operationId": "videos_get_filter_options", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "parameters": []}, "/videos/get_manual_payout/": {"get": {"operationId": "videos_get_manual_payout", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "parameters": []}, "/videos/get_random_payout/": {"get": {"operationId": "videos_get_random_payout", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "parameters": []}, "/videos/get_random_payout_review/": {"get": {"operationId": "videos_get_random_payout_review", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "parameters": []}, "/videos/get_taggable_users/": {"get": {"operationId": "videos_get_taggable_users", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "parameters": []}, "/videos/get_test_review/": {"get": {"operationId": "videos_get_test_review", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/Video"}}}}, "tags": ["videos"]}, "parameters": []}, "/videos/kickoff_autocode/": {"post": {"operationId": "videos_kickoff_autocode", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/kickoff_submittal/": {"post": {"operationId": "videos_kickoff_submittal", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/post_phone_info/": {"post": {"operationId": "videos_post_phone_info", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/submit_bb_review/": {"post": {"operationId": "videos_submit_bb_review", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/submit_test_review/": {"post": {"operationId": "videos_submit_test_review", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/trim/": {"post": {"operationId": "videos_trim", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": []}, "/videos/{sid}/": {"get": {"operationId": "videos_read", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "put": {"operationId": "videos_update", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "patch": {"operationId": "videos_partial_update", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "delete": {"operationId": "videos_delete", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/AddBB/": {"post": {"operationId": "videos_AddBB", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/AddPayoutBB/": {"post": {"operationId": "videos_AddPayoutBB", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/AddToList/": {"get": {"operationId": "videos_AddToList", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/CreateOrUpdateObservationClassification/": {"post": {"operationId": "videos_CreateOrUpdateObservationClassification_create", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "delete": {"operationId": "videos_CreateOrUpdateObservationClassification_delete", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/Done/": {"post": {"operationId": "videos_Done", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/GetBB/": {"get": {"operationId": "videos_GetBB_read", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/GetMetashapeFiles/": {"get": {"operationId": "videos_GetMetashapeFiles", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/GetObservationClassificationsFlat/": {"get": {"operationId": "videos_GetObservationClassificationsFlat", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/GetPayout/": {"get": {"operationId": "videos_GetPayout", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/GetPayoutBox/": {"get": {"operationId": "videos_GetPayoutBox", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/GetPointcloud/": {"get": {"operationId": "videos_GetPointcloud_read", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/GetSideImages/": {"get": {"operationId": "videos_GetSideImages", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/MarkBadPayout/": {"get": {"operationId": "videos_MarkBadPayout", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/ObservationClassifications/": {"get": {"operationId": "videos_ObservationClassifications_read", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/ObservationTernary/": {"post": {"operationId": "videos_ObservationTernary", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/PayoutBB/": {"get": {"operationId": "videos_PayoutBB", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/Ready/": {"post": {"operationId": "videos_Ready", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/Restore/": {"post": {"operationId": "videos_Restore", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/ToggleClientReviewed/": {"patch": {"operationId": "videos_ToggleClientReviewed", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/ToggleLabelerReviewed/": {"patch": {"operationId": "videos_ToggleLabelerReviewed", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/UploadPayout/": {"patch": {"operationId": "videos_UploadPayout", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/change-inspection/": {"post": {"operationId": "videos_change_inspection", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/get_payout_review/": {"get": {"operationId": "videos_get_payout_review", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/get_presigned_phone_url/": {"get": {"operationId": "videos_get_presigned_phone_url", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/header/": {"get": {"operationId": "videos_header_read", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "patch": {"operationId": "videos_header_partial_update", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/inference_status/": {"get": {"operationId": "videos_inference_status", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/pdf/": {"get": {"operationId": "videos_pdf", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/playback/": {"get": {"operationId": "videos_playback", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/render/": {"post": {"operationId": "videos_render", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/test_360_frames/": {"post": {"operationId": "videos_test_360_frames", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/update-file/": {"post": {"operationId": "videos_update_file", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/Video"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{sid}/url/": {"get": {"operationId": "videos_url", "description": "API endpoint that allows Video Instance data to viewed or edited.", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/Video"}}}, "tags": ["videos"]}, "parameters": [{"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{video_sid}/classifications/": {"get": {"operationId": "videos_classifications_list", "description": "API endpoint that allows Observations to be Classified.", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["videos"]}, "post": {"operationId": "videos_classifications_create", "description": "API endpoint that allows Observations to be Classified.", "parameters": [], "responses": {"201": {"description": ""}}, "tags": ["videos"]}, "parameters": [{"name": "video_sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{video_sid}/classifications/{observation_classification_sid}/bb/": {"get": {"operationId": "videos_classifications_bb_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/BoundingBox"}}}}, "tags": ["videos"]}, "post": {"operationId": "videos_classifications_bb_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/BoundingBox"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/BoundingBox"}}}, "tags": ["videos"]}, "parameters": [{"name": "video_sid", "in": "path", "required": true, "type": "string"}, {"name": "observation_classification_sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{video_sid}/classifications/{observation_classification_sid}/bb/{sid}/": {"get": {"operationId": "videos_classifications_bb_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/BoundingBox"}}}, "tags": ["videos"]}, "put": {"operationId": "videos_classifications_bb_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/BoundingBox"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/BoundingBox"}}}, "tags": ["videos"]}, "patch": {"operationId": "videos_classifications_bb_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/BoundingBox"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/BoundingBox"}}}, "tags": ["videos"]}, "delete": {"operationId": "videos_classifications_bb_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["videos"]}, "parameters": [{"name": "video_sid", "in": "path", "required": true, "type": "string"}, {"name": "observation_classification_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{video_sid}/classifications/{observation_classification_sid}/bb/{sid}/Delete/": {"post": {"operationId": "videos_classifications_bb_Delete", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/BoundingBox"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/BoundingBox"}}}, "tags": ["videos"]}, "parameters": [{"name": "video_sid", "in": "path", "required": true, "type": "string"}, {"name": "observation_classification_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{video_sid}/classifications/{observation_classification_sid}/bb/{sid}/ToggleReviewed/": {"patch": {"operationId": "videos_classifications_bb_ToggleReviewed", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/BoundingBox"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/BoundingBox"}}}, "tags": ["videos"]}, "parameters": [{"name": "video_sid", "in": "path", "required": true, "type": "string"}, {"name": "observation_classification_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{video_sid}/classifications/{observation_classification_sid}/bb/{sid}/UpdateAncillary/": {"post": {"operationId": "videos_classifications_bb_UpdateAncillary", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/BoundingBox"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/BoundingBox"}}}, "tags": ["videos"]}, "parameters": [{"name": "video_sid", "in": "path", "required": true, "type": "string"}, {"name": "observation_classification_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{video_sid}/classifications/{observation_classification_sid}/bb/{sid}/UploadFrame/": {"post": {"operationId": "videos_classifications_bb_UploadFrame", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/BoundingBox"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/BoundingBox"}}}, "tags": ["videos"]}, "parameters": [{"name": "video_sid", "in": "path", "required": true, "type": "string"}, {"name": "observation_classification_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{video_sid}/classifications/{sid}/": {"get": {"operationId": "videos_classifications_read", "description": "API endpoint that allows Observations to be Classified.", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["videos"]}, "put": {"operationId": "videos_classifications_update", "description": "API endpoint that allows Observations to be Classified.", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["videos"]}, "patch": {"operationId": "videos_classifications_partial_update", "description": "API endpoint that allows Observations to be Classified.", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["videos"]}, "delete": {"operationId": "videos_classifications_delete", "description": "API endpoint that allows Observations to be Classified.", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["videos"]}, "parameters": [{"name": "video_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{video_sid}/classifications/{sid}/GetSnapshot/": {"get": {"operationId": "videos_classifications_GetSnapshot", "description": "API endpoint that allows Observations to be Classified.", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["videos"]}, "parameters": [{"name": "video_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{video_sid}/classifications/{sid}/UpdateAncillary/": {"post": {"operationId": "videos_classifications_UpdateAncillary", "description": "API endpoint that allows Observations to be Classified.", "parameters": [], "responses": {"201": {"description": ""}}, "tags": ["videos"]}, "parameters": [{"name": "video_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{video_sid}/classifications/{sid}/UploadSnapshot/": {"post": {"operationId": "videos_classifications_UploadSnapshot", "description": "API endpoint that allows Observations to be Classified.", "parameters": [], "responses": {"201": {"description": ""}}, "tags": ["videos"]}, "parameters": [{"name": "video_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{video_sid}/classifications/{sid}/add_bb/": {"post": {"operationId": "videos_classifications_add_bb", "description": "API endpoint that allows Observations to be Classified.", "parameters": [], "responses": {"201": {"description": ""}}, "tags": ["videos"]}, "parameters": [{"name": "video_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{video_sid}/classifications/{sid}/snapshot/": {"get": {"operationId": "videos_classifications_snapshot", "description": "API endpoint that allows Observations to be Classified.", "parameters": [], "responses": {"200": {"description": ""}}, "tags": ["videos"]}, "parameters": [{"name": "video_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{video_sid}/payout/": {"get": {"operationId": "videos_payout_list", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"type": "array", "items": {"$ref": "#/definitions/VideoPayout"}}}}, "tags": ["videos"]}, "post": {"operationId": "videos_payout_create", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/VideoPayout"}}], "responses": {"201": {"description": "", "schema": {"$ref": "#/definitions/VideoPayout"}}}, "tags": ["videos"]}, "parameters": [{"name": "video_sid", "in": "path", "required": true, "type": "string"}]}, "/videos/{video_sid}/payout/{sid}/": {"get": {"operationId": "videos_payout_read", "description": "", "parameters": [], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/VideoPayout"}}}, "tags": ["videos"]}, "put": {"operationId": "videos_payout_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/VideoPayout"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/VideoPayout"}}}, "tags": ["videos"]}, "patch": {"operationId": "videos_payout_partial_update", "description": "", "parameters": [{"name": "data", "in": "body", "required": true, "schema": {"$ref": "#/definitions/VideoPayout"}}], "responses": {"200": {"description": "", "schema": {"$ref": "#/definitions/VideoPayout"}}}, "tags": ["videos"]}, "delete": {"operationId": "videos_payout_delete", "description": "", "parameters": [], "responses": {"204": {"description": ""}}, "tags": ["videos"]}, "parameters": [{"name": "video_sid", "in": "path", "required": true, "type": "string"}, {"name": "sid", "in": "path", "required": true, "type": "string"}]}}, "definitions": {"Account": {"required": ["name", "display_name"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "name": {"title": "Name", "type": "string", "maxLength": 512, "minLength": 1}, "display_name": {"title": "Display name", "type": "string", "maxLength": 512, "minLength": 1}, "location": {"title": "Location", "type": "string", "maxLength": 512}, "user_permission": {"title": "User permission", "type": "string", "readOnly": true}, "stage": {"title": "Stage", "type": "string", "readOnly": true}, "kind": {"title": "Kind", "type": "integer", "enum": [0, 1, 2, 3, 4]}, "owners": {"type": "array", "items": {"type": "string", "format": "uri"}, "uniqueItems": true}, "file_naming_formats": {"title": "File naming formats", "type": "object"}, "pdf_template_options": {"title": "Pdf template options", "type": "string", "readOnly": true}, "logo_url": {"title": "Logo url", "type": "string", "readOnly": true}, "default_pacp_project_spec_sid": {"title": "Default pacp project spec sid", "type": "string", "readOnly": true}, "default_macp_project_spec_sid": {"title": "Default macp project spec sid", "type": "string", "readOnly": true}, "default_lacp_project_spec_sid": {"title": "Default lacp project spec sid", "type": "string", "readOnly": true}}}, "File": {"required": ["meta", "presigned_upload"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "account": {"title": "Account", "type": "string", "format": "uri", "readOnly": true}, "origin_path": {"title": "Origin path", "type": "string", "readOnly": true, "minLength": 1}, "name": {"title": "Name", "type": "string", "readOnly": true, "minLength": 1}, "kind": {"title": "Kind", "type": "integer", "readOnly": true}, "location": {"title": "Location", "type": "string", "x-nullable": true}, "size": {"title": "Size", "type": "string", "readOnly": true}, "exists": {"title": "Exists", "type": "string", "readOnly": true}, "upload_location": {"title": "Upload location", "type": "string", "readOnly": true, "minLength": 1}, "meta": {"title": "Meta", "type": "object"}, "dropbox_meta": {"title": "Dropbox meta", "type": "object", "x-nullable": true}, "presigned_upload": {"title": "Presigned upload", "type": "object"}}}, "GISMap": {"required": ["url", "name", "sewer_key_pipe", "sewer_key_upmh", "sewer_key_downmh"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "maxLength": 1024, "minLength": 1}, "name": {"title": "Name", "type": "string", "maxLength": 128, "minLength": 1}, "sewer_key_pipe": {"title": "Sewer key pipe", "type": "string", "maxLength": 128, "minLength": 1}, "sewer_key_upmh": {"title": "Sewer key upmh", "type": "string", "maxLength": 128, "minLength": 1}, "sewer_key_downmh": {"title": "Sewer key downmh", "type": "string", "maxLength": 128, "minLength": 1}}}, "AccountProject": {"required": ["name"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "account": {"title": "Account", "type": "string", "format": "uri", "readOnly": true}, "name": {"title": "Name", "type": "string", "maxLength": 128, "minLength": 1}, "description": {"title": "Description", "type": "string", "maxLength": 1024, "x-nullable": true}, "active": {"title": "Active", "type": "boolean"}, "date_due": {"title": "Date due", "type": "string", "format": "date-time", "x-nullable": true}, "date_started": {"title": "Date started", "type": "string", "format": "date-time", "x-nullable": true}, "date_finished": {"title": "Date finished", "type": "string", "format": "date-time", "x-nullable": true}, "summary": {"title": "Summary", "type": "object", "readOnly": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "preferred_canvotation_template": {"title": "Preferred canvotation template", "type": "string", "readOnly": true}, "notes": {"title": "Notes", "type": "string", "x-nullable": true}}}, "Certificate": {"type": "object", "properties": {"number": {"title": "Certificate Number", "description": "The Certificate Number", "type": "string", "maxLength": 64, "x-nullable": true}, "cert_date": {"title": "Cert date", "type": "string", "format": "date-time", "x-nullable": true}}}, "User": {"required": ["username", "email", "admin", "staff", "labeler", "is_senior_labeler", "picture", "certificates", "joined", "email_verified", "phone_number", "organization", "country_code", "country_area_code", "country_area", "city", "postal_code"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "username": {"title": "Username", "description": "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.", "type": "string", "pattern": "^[\\w.@+-]+$", "maxLength": 150, "minLength": 1}, "first_name": {"title": "First name", "type": "string", "maxLength": 150}, "last_name": {"title": "Last name", "type": "string", "maxLength": 150}, "email": {"title": "Email", "type": "string", "format": "email", "maxLength": 254, "minLength": 1}, "admin": {"title": "Admin", "type": "boolean"}, "staff": {"title": "Staff", "type": "boolean"}, "labeler": {"title": "Labeler", "type": "boolean"}, "is_senior_labeler": {"title": "Is senior labeler", "type": "boolean"}, "tos_accepted": {"title": "Tos accepted", "type": "string", "readOnly": true}, "picture": {"title": "Picture", "type": "string"}, "certificates": {"type": "array", "items": {"$ref": "#/definitions/Certificate"}}, "account_level": {"title": "Account level", "type": "string", "readOnly": true}, "joined": {"title": "Joined", "type": "string", "minLength": 1}, "email_verified": {"title": "Email verified", "type": "boolean"}, "phone_number": {"title": "Phone number", "type": "string"}, "organization": {"title": "Organization", "type": "string"}, "country_code": {"title": "Country code", "type": "string"}, "country_area_code": {"title": "Country area code", "type": "string"}, "country_area": {"title": "Country area", "type": "string"}, "city": {"title": "City", "type": "string"}, "postal_code": {"title": "Postal code", "type": "string"}, "token": {"title": "Token", "type": "string", "readOnly": true}, "auth_type": {"title": "Auth type", "type": "string", "readOnly": true}, "auth_token": {"title": "Auth token", "type": "string", "readOnly": true}, "source": {"title": "Source", "type": "string", "readOnly": true}, "meta": {"title": "Meta", "type": "object"}}}, "AnalyticsDashboard": {"required": ["name"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "name": {"title": "Name", "type": "string", "maxLength": 128, "minLength": 1}, "private": {"title": "Private", "type": "boolean"}, "admin_only": {"title": "Admin only", "type": "boolean"}, "dashboard": {"title": "Dashboard", "type": "string", "readOnly": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}}}, "DownloadHistory": {"required": ["video", "frame"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "video": {"title": "Video", "type": "string", "format": "uri"}, "video_sid": {"title": "Video sid", "type": "string", "readOnly": true, "minLength": 1}, "frame": {"title": "Frame", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "meta": {"title": "Meta", "type": "object"}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}}}, "ETETest": {"required": ["inf", "precision", "recall", "f1"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "inf": {"title": "Inf", "type": "string", "format": "uri"}, "inf_sid": {"title": "Inf sid", "type": "string", "readOnly": true, "minLength": 1}, "video_sid": {"title": "Video sid", "type": "string", "readOnly": true, "minLength": 1}, "obs_run_sid": {"title": "Obs run sid", "type": "string", "readOnly": true, "minLength": 1}, "params": {"title": "Params", "type": "object"}, "precision": {"title": "Precision", "type": "number"}, "recall": {"title": "Recall", "type": "number"}, "f1": {"title": "F1", "type": "number"}, "num_pos": {"title": "Num pos", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "num_gt": {"title": "Num gt", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "tp": {"title": "Tp", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "fp": {"title": "Fp", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "fn": {"title": "Fn", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "score_type": {"title": "Score type", "type": "string", "maxLength": 128, "minLength": 1}, "tp_bin": {"title": "Tp bin", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "fp_bin": {"title": "Fp bin", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "fn_bin": {"title": "Fn bin", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "precision_bin": {"title": "Precision bin", "type": "number"}, "recall_bin": {"title": "Recall bin", "type": "number"}, "f1_bin": {"title": "F1 bin", "type": "number"}, "review_bins_needed": {"title": "Review bins needed", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "real_tp": {"title": "Real tp", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "real_fp": {"title": "Real fp", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "real_fn": {"title": "Real fn", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "real_recall": {"title": "Real recall", "type": "number"}, "real_precision": {"title": "Real precision", "type": "number"}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}}}, "FrameQualityReview": {"required": ["video", "frame", "boxes_created_on", "is_good"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "video": {"title": "Video", "type": "string", "format": "uri"}, "frame": {"title": "Frame", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "boxes_created_by": {"title": "Boxes created by", "type": "string", "format": "uri", "x-nullable": true}, "boxes_created_on": {"title": "Boxes created on", "type": "string", "format": "date-time"}, "is_good": {"title": "Is good", "type": "boolean"}, "from_intermediate": {"title": "From intermediate", "type": "boolean"}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}}}, "AIAnnotation": {"required": ["frame", "video_sid", "code"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "frame": {"title": "Frame", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "video_sid": {"title": "Video sid", "type": "string", "minLength": 1}, "code": {"title": "Code", "type": "string", "minLength": 1}, "box": {"type": "array", "items": {"title": "Box", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "maxItems": 4, "x-nullable": true}, "frame_width": {"title": "Frame width", "type": "integer", "maximum": 2147483647, "minimum": -2147483648, "x-nullable": true}, "frame_height": {"title": "Frame height", "type": "integer", "maximum": 2147483647, "minimum": -2147483648, "x-nullable": true}, "reviewed_by_user": {"title": "Reviewed by user", "type": "string", "readOnly": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "integer", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "integer", "readOnly": true}}}, "Comment": {"required": ["note_sid"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by_username": {"title": "Created by username", "type": "string", "readOnly": true, "minLength": 1}, "deleted": {"title": "Archived", "type": "string", "format": "date-time", "readOnly": true, "x-nullable": true}, "picture": {"title": "Picture", "type": "string", "readOnly": true}, "text": {"title": "Text", "type": "string", "x-nullable": true}, "note_sid": {"title": "Note sid", "type": "string", "maxLength": 64, "minLength": 1}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "tagged_users": {"title": "Tagged users", "type": "string", "readOnly": true}, "is_editable": {"title": "Is editable", "type": "string", "readOnly": true}}}, "Export": {"type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "options": {"title": "Options", "type": "string", "readOnly": true}, "name": {"title": "Name", "type": "string", "maxLength": 128, "x-nullable": true}, "num_inspections": {"title": "Num inspections", "type": "string", "readOnly": true}, "num_inspections_completed": {"title": "Num inspections completed", "type": "string", "readOnly": true}, "num_files": {"title": "Num files", "type": "string", "readOnly": true}, "is_done": {"title": "Is done", "type": "string", "readOnly": true}, "files": {"title": "Files", "type": "string", "readOnly": true}, "has_error": {"title": "Has error", "type": "string", "readOnly": true}, "lineal_feet": {"title": "Lineal feet", "type": "integer", "maximum": 2147483647, "minimum": -2147483648, "x-nullable": true}, "projects": {"type": "array", "items": {"title": "Projects", "type": "string", "maxLength": 512, "minLength": 1}}, "total_size": {"title": "Total size", "type": "number"}, "progress": {"title": "Progress", "type": "object"}, "packaging_progress": {"title": "Packaging progress", "type": "string", "readOnly": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "integer", "readOnly": true}, "created_by_email": {"title": "Created by email", "type": "string", "readOnly": true, "minLength": 1}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "integer", "readOnly": true}, "completed_at": {"title": "Completed at", "type": "string", "format": "date-time", "x-nullable": true}}}, "Group": {"required": ["name"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "name": {"title": "Name", "type": "string", "maxLength": 150, "minLength": 1}}}, "VideoObservationClassification": {"required": ["system", "code", "version"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "system": {"title": "System", "type": "string", "maxLength": 64, "x-nullable": true}, "code": {"title": "Code", "type": "string", "maxLength": 64, "x-nullable": true}, "version": {"title": "Version", "type": "string", "maxLength": 32, "x-nullable": true}, "description": {"title": "Description", "type": "string", "maxLength": 128, "x-nullable": true}, "meta": {"title": "Meta", "type": "object"}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}, "family_group_color": {"title": "Family group color", "type": "string", "readOnly": true}}}, "VideoObservationRegression": {"required": ["system", "code", "version", "meaning", "system_field"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "system": {"title": "System", "type": "string", "maxLength": 64, "x-nullable": true}, "code": {"title": "Code", "type": "string", "maxLength": 64, "x-nullable": true}, "version": {"title": "Version", "type": "string", "maxLength": 32, "x-nullable": true}, "meaning": {"title": "Meaning", "type": "string", "maxLength": 64, "x-nullable": true}, "system_field": {"title": "System field", "type": "string", "maxLength": 64, "x-nullable": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}}}, "ClassificationGroup": {"required": ["name", "codes"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "name": {"title": "Name", "description": "The name of the group", "type": "string", "maxLength": 128, "minLength": 1}, "codes": {"type": "array", "items": {"type": "string", "format": "uri"}, "uniqueItems": true}, "codes_detail": {"type": "array", "items": {"$ref": "#/definitions/VideoObservationClassification"}, "readOnly": true}, "bb_count": {"title": "Bb count", "type": "integer", "readOnly": true}, "bb_reviewed_count": {"title": "Bb reviewed count", "type": "integer", "readOnly": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}}}, "TrainingModel": {"required": ["name", "groups"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "name": {"title": "Name", "type": "string", "maxLength": 128, "minLength": 1}, "location": {"title": "Location", "description": "S3 location of saved model", "type": "string", "maxLength": 1024, "minLength": 1, "x-nullable": true}, "wandb": {"title": "Wandb", "description": "Weights and Biases link", "type": "string", "maxLength": 1024, "minLength": 1, "x-nullable": true}, "status": {"title": "Status", "type": "string", "enum": ["defined", "queued", "training", "trained"]}, "groups": {"type": "array", "items": {"type": "string", "format": "uri"}, "uniqueItems": true}, "groups_detail": {"type": "array", "items": {"$ref": "#/definitions/ClassificationGroup"}, "readOnly": true}, "config_location": {"title": "Config location", "description": "S3 location of config json file", "type": "string", "maxLength": 1024, "minLength": 1, "x-nullable": true}, "excluded_codes": {"title": "Excluded codes", "type": "object", "x-nullable": true}, "is_testable": {"title": "Is testable", "type": "boolean"}, "meta": {"title": "Meta", "type": "object", "x-nullable": true}, "statistics": {"title": "Statistics", "type": "object", "x-nullable": true}, "hyperparameters": {"title": "Hyperparameters", "type": "object", "x-nullable": true}, "qa_type": {"title": "Qa type", "type": "string", "enum": ["qa", "review"]}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}}}, "AccountUser": {"required": ["email"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "first_name": {"title": "First name", "type": "string", "maxLength": 150}, "last_name": {"title": "Last name", "type": "string", "maxLength": 150}, "email": {"title": "Email", "type": "string", "format": "email", "maxLength": 254, "minLength": 1}, "last_pioneer_login": {"title": "Last pioneer login", "type": "string", "readOnly": true}, "permission_level": {"title": "Permission level", "type": "string", "readOnly": true}, "projects": {"title": "Projects", "type": "string", "readOnly": true}}}, "PartnerLink": {"required": ["partner", "link"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "partner": {"title": "Partner", "type": "string", "enum": ["unearth"]}, "link": {"title": "Link", "type": "string", "format": "uri", "maxLength": 1024, "minLength": 1}, "icon_url": {"title": "Icon url", "type": "string", "readOnly": true}, "meta": {"title": "Meta", "type": "object", "x-nullable": true}}}, "InspectionRatings": {"type": "object", "properties": {"STGradeScore1": {"title": "Stgradescore1", "type": "number", "x-nullable": true}, "STGradeScore2": {"title": "Stgradescore2", "type": "number", "x-nullable": true}, "STGradeScore3": {"title": "Stgradescore3", "type": "number", "x-nullable": true}, "STGradeScore4": {"title": "Stgradescore4", "type": "number", "x-nullable": true}, "STGradeScore5": {"title": "Stgradescore5", "type": "number", "x-nullable": true}, "OMGradeScore1": {"title": "Omgradescore1", "type": "number", "x-nullable": true}, "OMGradeScore2": {"title": "Omgradescore2", "type": "number", "x-nullable": true}, "OMGradeScore3": {"title": "Omgradescore3", "type": "number", "x-nullable": true}, "OMGradeScore4": {"title": "Omgradescore4", "type": "number", "x-nullable": true}, "OMGradeScore5": {"title": "Omgradescore5", "type": "number", "x-nullable": true}, "ST1": {"title": "St1", "type": "number", "x-nullable": true}, "ST2": {"title": "St2", "type": "number", "x-nullable": true}, "ST3": {"title": "St3", "type": "number", "x-nullable": true}, "ST4": {"title": "St4", "type": "number", "x-nullable": true}, "ST5": {"title": "St5", "type": "number", "x-nullable": true}, "OM1": {"title": "Om1", "type": "number", "x-nullable": true}, "OM2": {"title": "Om2", "type": "number", "x-nullable": true}, "OM3": {"title": "Om3", "type": "number", "x-nullable": true}, "OM4": {"title": "Om4", "type": "number", "x-nullable": true}, "OM5": {"title": "Om5", "type": "number", "x-nullable": true}, "STPipeRating": {"title": "Stpiperating", "type": "number", "x-nullable": true}, "OMPipeRating": {"title": "Ompiperating", "type": "number", "x-nullable": true}, "OverallPipeRating": {"title": "Overallpiperating", "type": "number", "x-nullable": true}, "STPipeRatingsIndex": {"title": "Stpiperatingsindex", "type": "number", "x-nullable": true}, "OMPipeRatingsIndex": {"title": "Ompiperatingsindex", "type": "number", "x-nullable": true}, "OverallPipeRatingsIndex": {"title": "Overallpiperatingsindex", "type": "number", "x-nullable": true}, "Risk": {"title": "Risk", "type": "number", "x-nullable": true}, "RatingID": {"title": "Ratingid", "type": "string", "minLength": 1, "x-nullable": true}, "STQuickRating": {"title": "Stquickrating", "type": "string", "minLength": 1, "x-nullable": true}, "OMQuickRating": {"title": "Omquickrating", "type": "string", "minLength": 1, "x-nullable": true}, "OverallQuickRating": {"title": "Overallquickrating", "type": "string", "minLength": 1, "x-nullable": true}, "LoFPACP": {"title": "Lofpacp", "type": "number", "x-nullable": true}, "PACPQuickRating": {"title": "Pacpquickrating", "type": "string", "minLength": 1, "x-nullable": true}, "LoFLACP": {"title": "Loflacp", "type": "number", "x-nullable": true}, "LACPQuickRating": {"title": "Lacpquickrating", "type": "string", "minLength": 1, "x-nullable": true}, "STMHRating": {"title": "Stmhrating", "type": "number", "x-nullable": true}, "OMMHRating": {"title": "Ommhrating", "type": "number", "x-nullable": true}, "OverallMHRating": {"title": "Overallmhrating", "type": "number", "x-nullable": true}, "STMHRatingsIndex": {"title": "Stmhratingsindex", "type": "number", "x-nullable": true}, "OMMHRatingsIndex": {"title": "Ommhratingsindex", "type": "number", "x-nullable": true}, "OverallMHRatingsIndex": {"title": "Overallmhratingsindex", "type": "number", "x-nullable": true}, "LoFMACP": {"title": "Lofmacp", "type": "number", "x-nullable": true}, "MACPQuickRating": {"title": "Macpquickrating", "type": "string", "minLength": 1, "x-nullable": true}}}, "Inspection": {"required": ["ratings", "pipe_connections"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "Inspection_Date": {"title": "Inspection date", "type": "string", "maxLength": 32, "x-nullable": true}, "Inspection_Time": {"title": "Inspection time", "type": "string", "maxLength": 32, "x-nullable": true}, "inspection_datetime": {"title": "Inspection datetime", "type": "string", "format": "date-time", "readOnly": true}, "Street": {"title": "Street", "type": "string", "minLength": 1}, "City": {"title": "City", "type": "string", "minLength": 1}, "City_Area": {"title": "City area", "type": "string", "minLength": 1}, "Country_Area": {"title": "Country area", "type": "string", "minLength": 1}, "Country_Code": {"title": "Country code", "type": "string", "minLength": 1}, "Postal_Code": {"title": "Postal code", "type": "string", "minLength": 1}, "Sorting_Code": {"title": "Sorting code", "type": "string", "minLength": 1}, "validate": {"title": "Validate", "description": "Should this inspection be validated (default: True)", "type": "boolean"}, "geojson": {"title": "Geojson", "type": "object", "readOnly": true}, "partner_links": {"type": "array", "items": {"$ref": "#/definitions/PartnerLink"}, "readOnly": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "integer", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "integer", "readOnly": true}, "ratings": {"$ref": "#/definitions/InspectionRatings"}, "num_errors": {"title": "Num errors", "type": "string", "readOnly": true}, "InspectionID": {"title": "Inspectionid", "type": "string", "minLength": 1, "x-nullable": true}, "Surveyed_By": {"title": "Surveyed by", "type": "string", "minLength": 1, "x-nullable": true}, "Certificate_Number": {"title": "Certificate number", "type": "string", "minLength": 1, "x-nullable": true}, "Reviewed_By": {"title": "Reviewed by", "type": "string", "minLength": 1, "x-nullable": true}, "Reviewer_Certificate_Number": {"title": "Reviewer certificate number", "type": "string", "minLength": 1, "x-nullable": true}, "Owner": {"title": "Owner", "type": "string", "minLength": 1, "x-nullable": true}, "Customer": {"title": "Customer", "type": "string", "minLength": 1, "x-nullable": true}, "PO_Number": {"title": "Po number", "type": "string", "minLength": 1, "x-nullable": true}, "WorkOrder": {"title": "Workorder", "type": "string", "minLength": 1, "x-nullable": true}, "Media_Label": {"title": "Media label", "type": "string", "minLength": 1, "x-nullable": true}, "Project": {"title": "Project", "type": "string", "minLength": 1, "x-nullable": true}, "Weather": {"title": "Weather", "type": "string", "minLength": 1, "x-nullable": true}, "PreCleaning": {"title": "Precleaning", "type": "string", "minLength": 1, "x-nullable": true}, "Date_Cleaned": {"title": "Date cleaned", "type": "string", "minLength": 1, "x-nullable": true}, "Purpose": {"title": "Purpose", "type": "string", "minLength": 1, "x-nullable": true}, "Consequence_Of_Failure": {"title": "Consequence of failure", "type": "string", "minLength": 1, "x-nullable": true}, "Drainage_Area": {"title": "Drainage area", "type": "string", "minLength": 1, "x-nullable": true}, "Location_Code": {"title": "Location code", "type": "string", "minLength": 1, "x-nullable": true}, "Location_Details": {"title": "Location details", "type": "string", "minLength": 1, "x-nullable": true}, "Vertical_Datum": {"title": "Vertical datum", "type": "string", "minLength": 1, "x-nullable": true}, "GPS_Accuracy": {"title": "Gps accuracy", "type": "string", "minLength": 1, "x-nullable": true}, "Additional_Info": {"title": "Additional info", "type": "string", "minLength": 1, "x-nullable": true}, "Year_Constructed": {"title": "Year constructed", "type": "integer", "x-nullable": true}, "Year_Renewed": {"title": "Year renewed", "type": "integer", "x-nullable": true}, "Sheet_Number": {"title": "Sheet number", "type": "integer", "x-nullable": true}, "IsImperial": {"title": "Isimperial", "type": "boolean", "x-nullable": true}, "Custom_Fields": {"title": "Custom fields", "type": "object", "additionalProperties": {"type": "string", "x-nullable": true}, "x-nullable": true}, "Custom_Labels": {"title": "Custom labels", "type": "object", "additionalProperties": {"type": "string", "x-nullable": true}, "x-nullable": true}, "Pipe_Use": {"title": "Pipe use", "type": "string", "minLength": 1, "x-nullable": true}, "Upstream_MH": {"title": "Upstream mh", "type": "string", "minLength": 1, "x-nullable": true}, "Downstream_MH": {"title": "Downstream mh", "type": "string", "minLength": 1, "x-nullable": true}, "Material": {"title": "Material", "type": "string", "minLength": 1, "x-nullable": true}, "Lining_Method": {"title": "Lining method", "type": "string", "minLength": 1, "x-nullable": true}, "Direction": {"title": "Direction", "type": "string", "minLength": 1, "x-nullable": true}, "Pipe_Segment_Reference": {"title": "Pipe segment reference", "type": "string", "minLength": 1, "x-nullable": true}, "Inspection_Status": {"title": "Inspection status", "type": "string", "minLength": 1, "x-nullable": true}, "Pressure_Value": {"title": "Pressure value", "type": "string", "minLength": 1, "x-nullable": true}, "Total_Length": {"title": "Total length", "type": "number", "x-nullable": true}, "Length_Surveyed": {"title": "Length surveyed", "type": "number", "x-nullable": true}, "Reverse_Setup": {"title": "Reverse setup", "type": "number", "x-nullable": true}, "Inspection_Technology_Used_CCTV": {"title": "Inspection technology used cctv", "type": "boolean", "x-nullable": true}, "Inspection_Technology_Used_Laser": {"title": "Inspection technology used laser", "type": "boolean", "x-nullable": true}, "Inspection_Technology_Used_Sonar": {"title": "Inspection technology used sonar", "type": "boolean", "x-nullable": true}, "Inspection_Technology_Used_Sidewall": {"title": "Inspection technology used sidewall", "type": "boolean", "x-nullable": true}, "Inspection_Technology_Used_Zoom": {"title": "Inspection technology used zoom", "type": "boolean", "x-nullable": true}, "Inspection_Technology_Used_Other": {"title": "Inspection technology used other", "type": "boolean", "x-nullable": true}, "Flow_Control": {"title": "Flow control", "type": "string", "minLength": 1, "x-nullable": true}, "Shape": {"title": "Shape", "type": "string", "minLength": 1, "x-nullable": true}, "Coating_Method": {"title": "Coating method", "type": "string", "minLength": 1, "x-nullable": true}, "Up_Northing": {"title": "Up northing", "type": "string", "minLength": 1, "x-nullable": true}, "Up_Easting": {"title": "Up easting", "type": "string", "minLength": 1, "x-nullable": true}, "Up_Elevation": {"title": "Up elevation", "type": "string", "minLength": 1, "x-nullable": true}, "Down_Northing": {"title": "Down northing", "type": "string", "minLength": 1, "x-nullable": true}, "Down_Easting": {"title": "Down easting", "type": "string", "minLength": 1, "x-nullable": true}, "Down_Elevation": {"title": "Down elevation", "type": "string", "minLength": 1, "x-nullable": true}, "MH_Coordinate_System": {"title": "Mh coordinate system", "type": "string", "minLength": 1, "x-nullable": true}, "Coordinate_System": {"title": "Coordinate system", "type": "string", "minLength": 1, "x-nullable": true}, "Height": {"title": "Height", "type": "number", "x-nullable": true}, "Width": {"title": "Width", "type": "number", "x-nullable": true}, "Pipe_Joint_Length": {"title": "Pipe joint length", "type": "number", "x-nullable": true}, "Up_Rim_to_Invert": {"title": "Up rim to invert", "type": "number", "x-nullable": true}, "Up_Grade_to_Invert": {"title": "Up grade to invert", "type": "number", "x-nullable": true}, "Up_Rim_to_Grade": {"title": "Up rim to grade", "type": "number", "x-nullable": true}, "Down_Rim_to_Invert": {"title": "Down rim to invert", "type": "number", "x-nullable": true}, "Down_Grade_to_Invert": {"title": "Down grade to invert", "type": "number", "x-nullable": true}, "Down_Rim_to_Grade": {"title": "Down rim to grade", "type": "number", "x-nullable": true}, "PACPInspectionID": {"title": "Pacpinspectionid", "type": "string", "minLength": 1, "x-nullable": true}, "Lateral_Segment_Reference": {"title": "Lateral segment reference", "type": "string", "minLength": 1, "x-nullable": true}, "Access_Point": {"title": "Access point", "type": "string", "minLength": 1, "x-nullable": true}, "Access_Point_Northing": {"title": "Access point northing", "type": "string", "minLength": 1, "x-nullable": true}, "Access_Point_Easting": {"title": "Access point easting", "type": "string", "minLength": 1, "x-nullable": true}, "Access_Point_Elevation": {"title": "Access point elevation", "type": "string", "minLength": 1, "x-nullable": true}, "StartManhole": {"title": "Startmanhole", "type": "string", "minLength": 1, "x-nullable": true}, "Size": {"title": "Size", "type": "number", "x-nullable": true}, "Property_Line": {"title": "Property line", "type": "number", "x-nullable": true}, "Tap_Location": {"title": "Tap location", "type": "number", "x-nullable": true}, "Rim_Invert": {"title": "Rim invert", "type": "number", "x-nullable": true}, "InspectionLevel": {"title": "Inspectionlevel", "type": "string", "minLength": 1, "x-nullable": true}, "Manhole_Number": {"title": "Manhole number", "type": "string", "minLength": 1, "x-nullable": true}, "Inflow_Potential_from_Runoff": {"title": "Inflow potential from runoff", "type": "string", "minLength": 1, "x-nullable": true}, "MH_Use": {"title": "Mh use", "type": "string", "minLength": 1, "x-nullable": true}, "Access_Type": {"title": "Access type", "type": "string", "minLength": 1, "x-nullable": true}, "Northing": {"title": "Northing", "type": "string", "minLength": 1, "x-nullable": true}, "Easting": {"title": "Easting", "type": "string", "minLength": 1, "x-nullable": true}, "Elevation": {"title": "Elevation", "type": "string", "minLength": 1, "x-nullable": true}, "Cover_Shape": {"title": "Cover shape", "type": "string", "minLength": 1, "x-nullable": true}, "Cover_Material": {"title": "Cover material", "type": "string", "minLength": 1, "x-nullable": true}, "Hole_Diameter": {"title": "Hole diameter", "type": "string", "minLength": 1, "x-nullable": true}, "Cover_Frame_Fit": {"title": "Cover frame fit", "type": "string", "minLength": 1, "x-nullable": true}, "Cover_Insert_Type": {"title": "Cover insert type", "type": "string", "minLength": 1, "x-nullable": true}, "Adjustment_Ring_Type": {"title": "Adjustment ring type", "type": "string", "minLength": 1, "x-nullable": true}, "Adjustment_Ring_Material": {"title": "Adjustment ring material", "type": "string", "minLength": 1, "x-nullable": true}, "Frame_Material": {"title": "Frame material", "type": "string", "minLength": 1, "x-nullable": true}, "Frame_Seal_Inflow": {"title": "Frame seal inflow", "type": "string", "minLength": 1, "x-nullable": true}, "Chimney_Present": {"title": "Chimney present", "type": "string", "minLength": 1, "x-nullable": true}, "Chimney_Material1": {"title": "Chimney material1", "type": "string", "minLength": 1, "x-nullable": true}, "Chimney_Material2": {"title": "Chimney material2", "type": "string", "minLength": 1, "x-nullable": true}, "Chimney_InI": {"title": "Chimney ini", "type": "string", "minLength": 1, "x-nullable": true}, "Chimney_Lining_Interior": {"title": "Chimney lining interior", "type": "string", "minLength": 1, "x-nullable": true}, "Chimney_Lining_Exterior": {"title": "Chimney lining exterior", "type": "string", "minLength": 1, "x-nullable": true}, "Chimney_Condition": {"title": "Chimney condition", "type": "string", "minLength": 1, "x-nullable": true}, "Cone_Type": {"title": "Cone type", "type": "string", "minLength": 1, "x-nullable": true}, "Cone_Material": {"title": "Cone material", "type": "string", "minLength": 1, "x-nullable": true}, "Cone_Lining_Interior": {"title": "Cone lining interior", "type": "string", "minLength": 1, "x-nullable": true}, "Cone_Lining_Exterior": {"title": "Cone lining exterior", "type": "string", "minLength": 1, "x-nullable": true}, "Cone_Condition": {"title": "Cone condition", "type": "string", "minLength": 1, "x-nullable": true}, "Wall_Material": {"title": "Wall material", "type": "string", "minLength": 1, "x-nullable": true}, "Wall_Lining_Interior": {"title": "Wall lining interior", "type": "string", "minLength": 1, "x-nullable": true}, "Wall_Lining_Exterior": {"title": "Wall lining exterior", "type": "string", "minLength": 1, "x-nullable": true}, "Wall_Condition": {"title": "Wall condition", "type": "string", "minLength": 1, "x-nullable": true}, "Bench_Present": {"title": "Bench present", "type": "string", "minLength": 1, "x-nullable": true}, "Bench_Material": {"title": "Bench material", "type": "string", "minLength": 1, "x-nullable": true}, "Bench_Lining": {"title": "Bench lining", "type": "string", "minLength": 1, "x-nullable": true}, "Bench_Condition": {"title": "Bench condition", "type": "string", "minLength": 1, "x-nullable": true}, "Channel_Installed": {"title": "Channel installed", "type": "string", "minLength": 1, "x-nullable": true}, "Channel_Material": {"title": "Channel material", "type": "string", "minLength": 1, "x-nullable": true}, "Channel_Type": {"title": "Channel type", "type": "string", "minLength": 1, "x-nullable": true}, "Channel_Exposure": {"title": "Channel exposure", "type": "string", "minLength": 1, "x-nullable": true}, "Channel_Condition": {"title": "Channel condition", "type": "string", "minLength": 1, "x-nullable": true}, "Step_Material": {"title": "Step material", "type": "string", "minLength": 1, "x-nullable": true}, "Evidence_Surcharge": {"title": "Evidence surcharge", "type": "string", "minLength": 1, "x-nullable": true}, "AdditionalComponentInfo": {"title": "Additionalcomponentinfo", "type": "string", "minLength": 1, "x-nullable": true}, "Rim_to_Invert": {"title": "Rim to invert", "type": "number", "x-nullable": true}, "Rim_to_Grade": {"title": "Rim to grade", "type": "number", "x-nullable": true}, "Grade_to_Invert": {"title": "Grade to invert", "type": "number", "x-nullable": true}, "Rim_to_Grade_Exposed": {"title": "Rim to grade exposed", "type": "number", "x-nullable": true}, "Cover_Size": {"title": "Cover size", "type": "number", "x-nullable": true}, "Center_Cover_Size": {"title": "Center cover size", "type": "number", "x-nullable": true}, "Cover_Size_Width": {"title": "Cover size width", "type": "number", "x-nullable": true}, "Cover_Bearing_Surface_Dia": {"title": "Cover bearing surface dia", "type": "number", "x-nullable": true}, "Cover_Bearing_Surface_Width": {"title": "Cover bearing surface width", "type": "number", "x-nullable": true}, "Adjustment_Ring_Height": {"title": "Adjustment ring height", "type": "number", "x-nullable": true}, "Frame_Bearing_Surface_Width": {"title": "Frame bearing surface width", "type": "number", "x-nullable": true}, "Frame_Bearing_Surface_Depth": {"title": "Frame bearing surface depth", "type": "number", "x-nullable": true}, "Frame_Clear_Open_Diam": {"title": "Frame clear open diam", "type": "number", "x-nullable": true}, "Frame_Clear_Open_Width": {"title": "Frame clear open width", "type": "number", "x-nullable": true}, "Frame_Offset_Distance": {"title": "Frame offset distance", "type": "number", "x-nullable": true}, "Frame_Depth": {"title": "Frame depth", "type": "number", "x-nullable": true}, "Chimney_Clear_Opening": {"title": "Chimney clear opening", "type": "number", "x-nullable": true}, "Chimney_Depth": {"title": "Chimney depth", "type": "number", "x-nullable": true}, "Cone_Depth": {"title": "Cone depth", "type": "number", "x-nullable": true}, "Wall_Diam": {"title": "Wall diam", "type": "number", "x-nullable": true}, "Wall_BySize": {"title": "Wall bysize", "type": "number", "x-nullable": true}, "Wall_Depth": {"title": "Wall depth", "type": "number", "x-nullable": true}, "Hole_Number": {"title": "Hole number", "type": "integer", "x-nullable": true}, "Step_Number": {"title": "Step number", "type": "integer", "x-nullable": true}, "Surface_Type_Asphalt": {"title": "Surface type asphalt", "type": "boolean", "x-nullable": true}, "Surface_Type_ConcretePavement": {"title": "Surface type concretepavement", "type": "boolean", "x-nullable": true}, "Surface_Type_ConcreteCollar": {"title": "Surface type concretecollar", "type": "boolean", "x-nullable": true}, "Surface_Type_GrassDirt": {"title": "Surface type grassdirt", "type": "boolean", "x-nullable": true}, "Surface_Type_Gravel": {"title": "Surface type gravel", "type": "boolean", "x-nullable": true}, "Surface_Type_Other": {"title": "Surface type other", "type": "boolean", "x-nullable": true}, "Cover_Type_Bolted": {"title": "Cover type bolted", "type": "boolean", "x-nullable": true}, "Cover_Type_Gasketed": {"title": "Cover type gasketed", "type": "boolean", "x-nullable": true}, "Cover_Type_Hatch_Double": {"title": "Cover type hatch double", "type": "boolean", "x-nullable": true}, "Cover_Type_Hatch_Single": {"title": "Cover type hatch single", "type": "boolean", "x-nullable": true}, "Cover_Type_Inner_Cover": {"title": "Cover type inner cover", "type": "boolean", "x-nullable": true}, "Cover_Type_Lamphole": {"title": "Cover type lamphole", "type": "boolean", "x-nullable": true}, "Cover_Type_Locking": {"title": "Cover type locking", "type": "boolean", "x-nullable": true}, "Cover_Type_Removable_Center": {"title": "Cover type removable center", "type": "boolean", "x-nullable": true}, "Cover_Type_Solid": {"title": "Cover type solid", "type": "boolean", "x-nullable": true}, "Cover_Type_Vented": {"title": "Cover type vented", "type": "boolean", "x-nullable": true}, "Cover_Condition_BoltsMissing": {"title": "Cover condition boltsmissing", "type": "boolean", "x-nullable": true}, "Cover_Condition_Broken": {"title": "Cover condition broken", "type": "boolean", "x-nullable": true}, "Cover_Condition_Corroded": {"title": "Cover condition corroded", "type": "boolean", "x-nullable": true}, "Cover_Condition_Cracked": {"title": "Cover condition cracked", "type": "boolean", "x-nullable": true}, "Cover_Condition_Missing": {"title": "Cover condition missing", "type": "boolean", "x-nullable": true}, "Cover_Condition_Restraint_Defective": {"title": "Cover condition restraint defective", "type": "boolean", "x-nullable": true}, "Cover_Condition_Restraint_Missing": {"title": "Cover condition restraint missing", "type": "boolean", "x-nullable": true}, "Cover_Condition_Sound": {"title": "Cover condition sound", "type": "boolean", "x-nullable": true}, "Insert_Condition_Cracked": {"title": "Insert condition cracked", "type": "boolean", "x-nullable": true}, "Insert_Condition_Corroded": {"title": "Insert condition corroded", "type": "boolean", "x-nullable": true}, "Insert_Condition_InsertFell": {"title": "Insert condition insertfell", "type": "boolean", "x-nullable": true}, "Insert_Condition_Leaking": {"title": "Insert condition leaking", "type": "boolean", "x-nullable": true}, "Insert_Condition_PoorlyFitting": {"title": "Insert condition poorlyfitting", "type": "boolean", "x-nullable": true}, "Insert_Condition_Sound": {"title": "Insert condition sound", "type": "boolean", "x-nullable": true}, "Ring_Condition_Broken": {"title": "Ring condition broken", "type": "boolean", "x-nullable": true}, "Ring_Condition_Corroded": {"title": "Ring condition corroded", "type": "boolean", "x-nullable": true}, "Ring_Condition_Cracked": {"title": "Ring condition cracked", "type": "boolean", "x-nullable": true}, "Ring_Condition_Leaking": {"title": "Ring condition leaking", "type": "boolean", "x-nullable": true}, "Ring_Condition_PoorInstall": {"title": "Ring condition poorinstall", "type": "boolean", "x-nullable": true}, "Ring_Condition_Sound": {"title": "Ring condition sound", "type": "boolean", "x-nullable": true}, "Frame_Condition_Broken": {"title": "Frame condition broken", "type": "boolean", "x-nullable": true}, "Frame_Condition_Coated": {"title": "Frame condition coated", "type": "boolean", "x-nullable": true}, "Frame_Condition_Corroded": {"title": "Frame condition corroded", "type": "boolean", "x-nullable": true}, "Frame_Condition_Cracked": {"title": "Frame condition cracked", "type": "boolean", "x-nullable": true}, "Frame_Condition_Missing": {"title": "Frame condition missing", "type": "boolean", "x-nullable": true}, "Frame_Condition_Sound": {"title": "Frame condition sound", "type": "boolean", "x-nullable": true}, "Seal_Condition_Cracked": {"title": "Seal condition cracked", "type": "boolean", "x-nullable": true}, "Seal_Condition_Loose": {"title": "Seal condition loose", "type": "boolean", "x-nullable": true}, "Seal_Condition_Missing": {"title": "Seal condition missing", "type": "boolean", "x-nullable": true}, "Seal_Condition_Offset": {"title": "Seal condition offset", "type": "boolean", "x-nullable": true}, "Seal_Condition_Sound": {"title": "Seal condition sound", "type": "boolean", "x-nullable": true}, "pipe_connections": {"type": "array", "items": {"type": "string", "x-nullable": true}, "x-nullable": true}}}, "Video": {"required": ["created_by", "inspection_type", "inspection", "problem", "updated_by"], "type": "object", "properties": {"account_sid": {"title": "Account sid", "type": "string", "readOnly": true, "minLength": 1}, "account": {"title": "Account", "type": "string", "readOnly": true}, "agency": {"title": "Agency", "type": "string", "readOnly": true}, "autocode_complete": {"title": "Autocode complete", "type": "boolean", "readOnly": true}, "autocode_complete_date": {"title": "Autocode complete date", "type": "string", "readOnly": true}, "autocode_labeled_by_id": {"title": "Autocode labeled by id", "type": "integer", "readOnly": true}, "autocode_labeler_complete_datetime": {"title": "Autocode labeler complete datetime", "type": "string", "format": "date-time", "readOnly": true}, "autocode_mode": {"title": "Autocode mode", "type": "string", "readOnly": true, "minLength": 1}, "auxillary_videos": {"title": "Auxillary videos", "type": "object", "x-nullable": true}, "camera": {"title": "Camera", "type": "integer", "enum": [0, 1, 2, 3, 4, 5, 6]}, "client_reviewed_by": {"title": "Client reviewed by", "type": "string", "readOnly": true, "minLength": 1}, "client_reviewed": {"title": "Client reviewed", "type": "string", "format": "date-time", "readOnly": true}, "contractor": {"title": "Contractor", "type": "string", "maxLength": 128, "x-nullable": true}, "created_by": {"$ref": "#/definitions/AccountUser"}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "default_position_coords": {"title": "Default position coords", "type": "object", "x-nullable": true}, "deleted_by": {"title": "Archived By", "type": "string", "format": "uri", "readOnly": true, "x-nullable": true}, "deleted": {"title": "Archived", "type": "string", "format": "date-time", "readOnly": true, "x-nullable": true}, "encoded": {"title": "Encoded", "type": "boolean"}, "encoding_location_exists": {"title": "Encoding location exists", "type": "boolean", "x-nullable": true}, "encoding_location": {"title": "Encoding location", "description": "The S3 location of the encoding", "type": "string", "maxLength": 1024, "x-nullable": true}, "file_name": {"title": "File name", "type": "string", "readOnly": true}, "friendly_stage_str": {"title": "Friendly stage str", "type": "string", "readOnly": true}, "inspection_type": {"title": "Inspection type", "type": "string", "minLength": 1}, "inspection": {"$ref": "#/definitions/Inspection"}, "is_metashape": {"title": "Is metashape", "type": "string", "readOnly": true}, "is_selectable": {"title": "Is selectable", "type": "boolean"}, "key": {"title": "Key", "type": "string", "readOnly": true, "minLength": 1}, "last_internal_review_date": {"title": "Last internal review date", "type": "string", "format": "date-time", "readOnly": true}, "last_internal_reviewer": {"title": "Last internal reviewer", "type": "string", "readOnly": true, "minLength": 1}, "maximo_id": {"title": "Maximo id", "type": "string", "readOnly": true}, "meta": {"title": "Meta", "type": "string", "readOnly": true}, "model_scale_factor": {"title": "Model scale factor", "type": "number", "x-nullable": true}, "needs_prescreen": {"title": "Needs prescreen", "type": "boolean", "readOnly": true}, "needs_qc": {"title": "Needs qc", "type": "boolean", "readOnly": true}, "num_errors": {"title": "Num errors", "type": "string", "readOnly": true}, "number_of_frames": {"title": "Number of frames", "description": "The number of frames in this video", "type": "integer", "maximum": 2147483647, "minimum": -2147483648, "x-nullable": true}, "pano_offset": {"title": "Pano offset", "type": "string", "readOnly": true}, "payout_bb": {"title": "Payout bb", "type": "string", "readOnly": true}, "payout_bg": {"title": "Payout bg", "type": "string", "readOnly": true}, "pdf_exists": {"title": "Pdf exists", "type": "string", "readOnly": true}, "permission_level": {"title": "Permission level", "type": "string", "readOnly": true}, "pipe": {"title": "Pipe", "type": "integer", "enum": [0, 1, 2, 3, 4, 5, 6]}, "problem": {"title": "Problem", "type": "string", "minLength": 1}, "project_names": {"title": "Project names", "type": "string", "readOnly": true}, "project": {"title": "Project", "type": "string", "readOnly": true}, "projects": {"title": "Projects", "type": "string", "readOnly": true}, "qai_status": {"title": "Qai status", "type": "string", "enum": ["failed", "passed", "open"], "x-nullable": true}, "qc_reviewed": {"title": "Qc reviewed", "type": "boolean", "readOnly": true}, "ready_for_labeling": {"title": "Ready for labeling", "type": "string", "readOnly": true}, "rotated_pano": {"title": "Rotated pano", "type": "string", "readOnly": true}, "sepehr_im_sorry": {"title": "Sepehr im sorry", "type": "string", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "stage_components": {"title": "Stage components", "type": "string", "readOnly": true}, "stage_str": {"title": "Stage str", "type": "string", "readOnly": true}, "state": {"title": "State", "description": "The state of the video. Supersedes existing status values.", "type": "string", "enum": ["queued_for_processing", "queued_for_autocode", "transcoding", "rendering", "transcoding_for_autocode", "rendering_for_autocode", "uploaded", "video_unplayable", "rendering_failed", "inference_pending", "inference_running", "autocode_rejected", "autocode_complete", "prescreen_pending", "prescreen_in_progress", "prescreen_rendering", "prescreen_inference_pending", "prescreen_inference_running", "prescreen_qc_pending", "prescreen_qc_in_progress", "prescreen_qc_rendering", "prescreen_qc_inference_pending", "prescreen_qc_inference_running", "prescreen_autocode_rejected_pending", "nassco_review_autocode_rejected_pending", "merge_pending", "merge_in_progress", "nassco_review_pending", "nassco_review_in_progress", "nassco_review_rendering", "nassco_review_inference_pending", "nassco_review_inference_running", "nassco_review_qc_pending", "nassco_review_qc_in_progress", "nassco_review_qc_rendering", "nassco_review_qc_inference_pending", "nassco_review_qc_inference_running"], "x-nullable": true}, "state_updated_by_sid": {"title": "State updated by sid", "type": "string", "readOnly": true}, "six_oclock_angle_degrees": {"title": "Six oclock angle degrees", "type": "number", "x-nullable": true}, "six_oclock_ai_set": {"title": "Six oclock ai set", "type": "boolean", "x-nullable": true}, "stage": {"title": "Stage", "type": "integer", "enum": [0, 1, 2, 3, 4, 5, 11, 12, 13, 20], "readOnly": true}, "submittal_status": {"title": "Submittal status", "type": "string", "readOnly": true}, "tahoe_phase": {"title": "Tahoe phase", "type": "string", "readOnly": true}, "training_mode": {"title": "Training mode", "type": "string", "readOnly": true}, "truck_info": {"title": "Truck info", "type": "object", "readOnly": true}, "updated_by": {"$ref": "#/definitions/AccountUser"}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "variant": {"title": "Variant", "type": "integer", "enum": [0, 1, 2, 3, 4]}, "video_duration": {"title": "Video duration", "description": "The duration in seconds of the video", "type": "number", "x-nullable": true}, "video_format": {"title": "Video format", "type": "integer", "enum": [0, 1, 2, 3]}, "video_height": {"title": "Video height", "type": "integer", "maximum": 2147483647, "minimum": -2147483648, "x-nullable": true}, "video_width": {"title": "Video width", "type": "integer", "maximum": 2147483647, "minimum": -2147483648, "x-nullable": true}, "zero_distance_mark": {"title": "Zero distance mark", "type": "number", "x-nullable": true}}}, "BBInferenceAssignment": {"required": ["video", "training_models"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "video": {"title": "Video", "type": "string", "format": "uri"}, "frame_size": {"title": "Frame size", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "training_models": {"type": "array", "items": {"type": "string", "format": "uri"}, "uniqueItems": true}, "model_names": {"type": "array", "items": {"type": "string"}, "readOnly": true, "uniqueItems": true}, "model_details": {"type": "array", "items": {"$ref": "#/definitions/TrainingModel"}, "readOnly": true}, "bb_json_location": {"title": "BB JSON location", "type": "string", "maxLength": 1024, "minLength": 1, "x-nullable": true}, "bb_json_location_url": {"title": "Bb json location url", "type": "string", "readOnly": true}, "start_time": {"title": "Start time", "type": "string", "x-nullable": true}, "end_time": {"title": "End time", "type": "string", "x-nullable": true}, "meta": {"title": "Meta", "type": "object"}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}, "video_details": {"$ref": "#/definitions/Video"}}}, "ModelEnsemble": {"required": ["name", "training_models"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "name": {"title": "Name", "type": "string", "maxLength": 128, "minLength": 1}, "training_models": {"type": "array", "items": {"type": "string", "format": "uri"}, "uniqueItems": true}, "model_names": {"type": "array", "items": {"type": "string"}, "readOnly": true, "uniqueItems": true}, "logic": {"title": "Logic", "type": "object", "x-nullable": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}}}, "InferenceAssignment": {"required": ["name", "ensembles", "video"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "name": {"title": "Name", "type": "string", "maxLength": 128, "minLength": 1}, "ensembles": {"type": "array", "items": {"type": "string", "format": "uri"}, "uniqueItems": true}, "ensemble_names": {"type": "array", "items": {"type": "string"}, "readOnly": true, "uniqueItems": true}, "video": {"title": "Video", "type": "string", "format": "uri"}, "model_csvs": {"type": "array", "items": {"title": "Model csvs", "type": "string", "maxLength": 1024, "minLength": 1}, "x-nullable": true}, "truth_table_location": {"title": "Truth table location", "type": "string", "maxLength": 1024, "minLength": 1, "x-nullable": true}, "boolean_output_location": {"title": "Boolean output location", "type": "string", "maxLength": 1024, "minLength": 1, "x-nullable": true}, "boolean_location_url": {"title": "Boolean location url", "type": "string", "readOnly": true}, "truth_table_location_url": {"title": "Truth table location url", "type": "string", "readOnly": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}}}, "ObservationRun": {"required": ["training_model"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "training_model": {"title": "Training model", "type": "string", "format": "uri"}, "model_name": {"title": "Model name", "type": "string", "readOnly": true, "minLength": 1}, "run_type": {"title": "Run type", "type": "integer", "enum": [1, 0, 2]}, "model_version": {"title": "Model version", "type": "integer", "maximum": 2147483647, "minimum": -2147483648, "x-nullable": true}, "display_name": {"title": "Display name", "type": "string", "maxLength": 1024, "x-nullable": true}, "params": {"title": "Params", "type": "object"}, "metrics": {"title": "Metrics", "type": "string", "readOnly": true}, "source_preset": {"title": "Source preset", "type": "integer", "enum": [4, 0, 3, 2, 1]}, "source_kwargs": {"title": "Source kwargs", "type": "object"}, "num_inference_required": {"title": "Num inference required", "type": "string", "readOnly": true}, "eligible_count": {"title": "Eligible count", "type": "string", "readOnly": true}, "videos": {"title": "Videos", "type": "string", "readOnly": true}, "run_status": {"title": "Run status", "type": "integer", "enum": [2, 0, 1]}, "completed_count": {"title": "Completed count", "type": "string", "readOnly": true}, "model_sid": {"title": "Model sid", "type": "string", "readOnly": true, "minLength": 1}, "group_sids": {"title": "Group sids", "type": "string", "readOnly": true}, "video_filters": {"title": "Video filters", "type": "object"}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}, "codes": {"title": "Codes", "type": "string", "readOnly": true}, "inference_resolution": {"title": "Inference resolution", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "run_groups": {"title": "Run groups", "type": "string", "readOnly": true}, "prov_obs_stats": {"title": "Prov obs stats", "type": "string", "readOnly": true}}}, "ProvisionalObservationClassification": {"required": ["start_frame"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "video_sid": {"title": "Video sid", "type": "string", "readOnly": true, "minLength": 1}, "observation_run_sid": {"title": "Observation run sid", "type": "string", "readOnly": true, "minLength": 1}, "classification": {"$ref": "#/definitions/VideoObservationClassification"}, "interval": {"title": "Interval", "type": "string", "readOnly": true}, "frame_urls": {"title": "Frame urls", "type": "string", "readOnly": true}, "start_payout": {"title": "Start payout", "type": "number", "x-nullable": true}, "end_payout": {"title": "End payout", "type": "number", "x-nullable": true}, "start_frame": {"title": "Start frame", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "end_frame": {"title": "End frame", "type": "integer", "maximum": 2147483647, "minimum": -2147483648, "x-nullable": true}, "boxes": {"title": "Boxes", "type": "object"}, "reviewed_by": {"title": "Reviewed by", "type": "string", "format": "uri", "x-nullable": true}, "frame_map": {"title": "Frame map", "type": "object"}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}, "inference_sid": {"title": "Inference sid", "type": "string", "readOnly": true, "minLength": 1}, "graph_url": {"title": "Graph url", "type": "string", "readOnly": true}, "private_comment": {"title": "Private comment", "type": "string", "maxLength": 10000, "minLength": 1}, "pacp_comment": {"title": "Pacp comment", "type": "string", "maxLength": 10000, "minLength": 1}}}, "RegressionModel": {"required": ["name", "regression_type", "dims"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "name": {"title": "Name", "type": "string", "maxLength": 128, "minLength": 1}, "location": {"title": "Location", "description": "S3 location of saved model", "type": "string", "maxLength": 1024, "minLength": 1, "x-nullable": true}, "wandb": {"title": "Wandb", "description": "Weights and Biases link", "type": "string", "maxLength": 1024, "minLength": 1, "x-nullable": true}, "status": {"title": "Status", "type": "string", "enum": ["defined", "queued", "training", "trained"]}, "regression_type": {"title": "Regression type", "type": "string", "maxLength": 128, "minLength": 1}, "dims": {"title": "Dims", "type": "object"}, "config_location": {"title": "Config location", "description": "S3 location of config json file", "type": "string", "maxLength": 1024, "minLength": 1, "x-nullable": true}, "is_testable": {"title": "Is testable", "type": "boolean"}, "meta": {"title": "Meta", "type": "object", "x-nullable": true}, "statistics": {"title": "Statistics", "type": "object", "x-nullable": true}, "hyperparameters": {"title": "Hyperparameters", "type": "object", "x-nullable": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}}}, "TestObservationClassification": {"required": ["observation_run", "video", "video_frame"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "observation_run": {"title": "Observation run", "type": "string", "format": "uri"}, "video": {"title": "Video", "type": "string", "format": "uri"}, "video_sid": {"title": "Video sid", "type": "string", "readOnly": true, "minLength": 1}, "classification": {"$ref": "#/definitions/VideoObservationClassification"}, "payout": {"title": "Payout", "type": "number", "x-nullable": true}, "video_frame": {"title": "Video frame", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}}}, "Note": {"required": ["inspection_sid"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "readOnly": true}, "deleted": {"title": "Archived", "type": "string", "format": "date-time", "readOnly": true, "x-nullable": true}, "comment_set": {"type": "array", "items": {"$ref": "#/definitions/Comment"}, "readOnly": true}, "status": {"title": "Status", "type": "string", "enum": ["failed", "needs_correction", "open", "passed"]}, "inspection_sid": {"title": "Inspection sid", "type": "string", "maxLength": 64, "minLength": 1}, "video": {"title": "Video", "type": "string", "readOnly": true, "minLength": 1}, "text": {"title": "Text", "type": "string", "x-nullable": true}, "viewed_by": {"title": "Viewed by", "type": "object", "readOnly": true}, "viewed_by_user_sid": {"title": "Viewed by user sid", "type": "string", "maxLength": 64, "minLength": 1}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "inspection": {"title": "Inspection", "type": "string", "readOnly": true}, "is_editable": {"title": "Is editable", "type": "string", "readOnly": true}, "escalation_count": {"title": "Escalation count", "type": "integer", "readOnly": true}}}, "NotificationPreference": {"required": ["notification_type"], "type": "object", "properties": {"notification_method": {"title": "Notification method", "type": "string", "enum": ["email", "app"], "default": "app"}, "notification_type": {"title": "Notification type", "type": "string", "enum": ["export_ready", "digital_submittal_sent", "digital_submittal_accepted", "digital_submittal_received", "digital_submittal_deleted", "review_task_created", "review_task_comment_created", "review_task_comment_user_tagged", "user_invited_to_account_or_project"]}, "notification_type_category": {"title": "Notification type category", "type": "string", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "user": {"title": "User", "type": "string", "readOnly": true, "minLength": 1}}}, "Notification": {"required": ["content"], "type": "object", "properties": {"action_url": {"title": "Action url", "type": "string", "readOnly": true}, "category": {"title": "Category", "type": "string", "readOnly": true}, "content": {"title": "Content", "type": "string", "enum": ["export_ready", "digital_submittal_sent", "digital_submittal_accepted", "digital_submittal_received", "digital_submittal_deleted", "review_task_created", "review_task_comment_created", "review_task_comment_user_tagged", "user_invited_to_account_or_project"]}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "full_content": {"title": "Full content", "type": "string", "readOnly": true}, "meta": {"title": "Meta", "type": "object"}, "read": {"title": "Read", "type": "boolean"}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "target_user": {"title": "Target user", "type": "string", "readOnly": true, "minLength": 1}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}}}, "ObservationClassificationAnalytics": {"required": ["percent"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "video_sid": {"title": "Video sid", "type": "string", "readOnly": true}, "encoding_location": {"title": "Encoding location", "type": "string", "readOnly": true}, "encoding_location_url": {"title": "Encoding location url", "type": "string", "readOnly": true}, "video_agency": {"title": "Video agency", "type": "string", "readOnly": true}, "video_contractor": {"title": "Video contractor", "type": "string", "readOnly": true}, "classification": {"$ref": "#/definitions/VideoObservationClassification"}, "dimension_1": {"title": "Dimension 1", "type": "number", "x-nullable": true}, "payout": {"title": "Payout", "type": "number", "x-nullable": true}, "video_frame": {"title": "Video frame", "type": "integer", "maximum": 2147483647, "minimum": -2147483648, "x-nullable": true}, "dimension_2": {"title": "Dimension 2", "type": "number", "x-nullable": true}, "percent": {"title": "Percent", "type": "number", "format": "decimal", "maximum": 100.0}, "joint": {"title": "Joint", "type": "boolean", "x-nullable": true}, "clock_from": {"title": "Clock from", "type": "integer", "maximum": 2147483647, "minimum": -2147483648, "x-nullable": true}, "clock_to": {"title": "Clock to", "type": "integer", "maximum": 2147483647, "minimum": -2147483648, "x-nullable": true}, "remarks": {"title": "Remarks", "type": "string", "minLength": 1, "x-nullable": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}}}, "Profile": {"required": ["user"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "user": {"$ref": "#/definitions/User"}}}, "ProjectTask": {"required": ["task_type", "explicit_assignees"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "task_type": {"title": "Task type", "type": "string", "maxLength": 128, "minLength": 1}, "task_details": {"title": "Task details", "type": "object"}, "task_priority": {"title": "Task priority", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "status": {"title": "Status", "type": "string", "readOnly": true}, "project": {"title": "Project", "type": "string", "format": "uri", "readOnly": true}, "project_name": {"title": "Project name", "type": "string", "readOnly": true, "minLength": 1}, "explicit_assignees": {"type": "array", "items": {"type": "string", "format": "uri"}, "uniqueItems": true}, "instructions": {"title": "Instructions", "type": "string", "maxLength": 1024, "x-nullable": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}}}, "Submittal": {"type": "object", "properties": {"accepted": {"title": "Accepted", "type": "boolean"}, "accepting_project_name": {"title": "Accepting project name", "type": "string", "readOnly": true}, "account": {"title": "Account", "type": "string", "readOnly": true, "minLength": 1}, "account_name": {"title": "Account name", "type": "string", "readOnly": true, "minLength": 1}, "am_initiator": {"title": "Am initiator", "type": "string", "readOnly": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "download_ready": {"title": "Download ready", "type": "string", "readOnly": true}, "initiator": {"title": "Initiator", "type": "string", "readOnly": true, "minLength": 1}, "name": {"title": "Name", "type": "string", "maxLength": 128, "x-nullable": true}, "num_ins": {"title": "Num ins", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "project_names": {"type": "array", "items": {"title": "Project names", "type": "string", "maxLength": 256, "minLength": 1}}, "reviewers": {"title": "Reviewers", "type": "string", "readOnly": true}, "s3_zip_location": {"title": "S3 zip location", "type": "string", "maxLength": 512, "x-nullable": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "submittal_reviewers": {"title": "Submittal reviewers", "type": "string", "readOnly": true}, "zip_downloaders": {"title": "Zip downloaders", "type": "string", "readOnly": true}}}, "CortTokenObtainPair": {"required": ["username", "password"], "type": "object", "properties": {"username": {"title": "Username", "type": "string", "minLength": 1}, "password": {"title": "Password", "type": "string", "minLength": 1}}}, "TokenRefresh": {"required": ["refresh"], "type": "object", "properties": {"refresh": {"title": "Refresh", "type": "string", "minLength": 1}, "access": {"title": "Access", "type": "string", "readOnly": true, "minLength": 1}}}, "AssetList": {"required": ["name", "kind", "city"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "name": {"title": "Name", "type": "string", "maxLength": 1024, "minLength": 1}, "key": {"title": "Key", "type": "string", "maxLength": 128, "minLength": 1, "x-nullable": true}, "owner": {"title": "Owner", "type": "string", "format": "uri", "readOnly": true}, "kind": {"title": "Kind", "type": "string", "enum": ["mainline", "lateral", "maintenance-hole"]}, "geojson": {"title": "Geojson", "type": "object"}, "city": {"title": "City", "type": "string", "minLength": 1}, "city_area": {"title": "City area", "type": "string", "minLength": 1}, "country_area": {"title": "Country area", "type": "string", "minLength": 1}, "country_code": {"title": "Country code", "type": "string", "minLength": 1}, "postal_code": {"title": "Postal code", "type": "string", "minLength": 1}, "sorting_code": {"title": "Sorting code", "type": "string", "minLength": 1}, "street_address": {"title": "Street address", "type": "string", "minLength": 1}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}, "deleted": {"title": "Deleted", "type": "string", "format": "date-time", "readOnly": true}, "deleted_by": {"title": "Deleted by", "type": "string", "format": "uri", "readOnly": true}, "account": {"title": "Account", "type": "string", "format": "uri", "readOnly": true}}}, "MainlineAssetWrite": {"required": ["name", "city"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "name": {"title": "Name", "type": "string", "maxLength": 1024, "minLength": 1}, "key": {"title": "Key", "type": "string", "maxLength": 128, "minLength": 1, "x-nullable": true}, "owner": {"title": "Owner", "type": "string", "format": "uuid", "x-nullable": true}, "kind": {"title": "Kind", "type": "string", "default": "mainline", "minLength": 1}, "geojson": {"title": "Geojson", "type": "object"}, "city": {"title": "City", "type": "string", "minLength": 1}, "city_area": {"title": "City area", "type": "string", "minLength": 1}, "country_area": {"title": "Country area", "type": "string", "minLength": 1}, "country_code": {"title": "Country code", "type": "string", "minLength": 1}, "postal_code": {"title": "Postal code", "type": "string", "minLength": 1}, "sorting_code": {"title": "Sorting code", "type": "string", "minLength": 1}, "street_address": {"title": "Street address", "type": "string", "minLength": 1}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}, "deleted": {"title": "Deleted", "type": "string", "format": "date-time", "readOnly": true}, "deleted_by": {"title": "Deleted by", "type": "string", "format": "uri", "readOnly": true}, "account": {"title": "Account", "type": "string", "format": "uuid"}, "category": {"title": "Category", "type": "string", "minLength": 1, "x-nullable": true}, "metric": {"title": "Metric", "type": "boolean", "x-nullable": true}, "shape": {"title": "Shape", "type": "string", "minLength": 1, "x-nullable": true}, "host_material": {"title": "Host material", "type": "string", "minLength": 1, "x-nullable": true}, "renewal_method": {"title": "Renewal method", "type": "string", "minLength": 1, "x-nullable": true}, "renewal_year": {"title": "Renewal year", "type": "string", "minLength": 1, "x-nullable": true}, "length": {"title": "Length", "type": "number", "x-nullable": true}, "height": {"title": "Height", "type": "number", "x-nullable": true}, "width": {"title": "Width", "type": "number", "x-nullable": true}, "joint_distance": {"title": "Joint distance", "type": "number", "x-nullable": true}, "rim_to_invert": {"title": "Rim to invert", "type": "number", "x-nullable": true}, "rim_to_grade": {"title": "Rim to grade", "type": "number", "x-nullable": true}}}, "MainlineAssetRead": {"required": ["name", "kind", "city"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "name": {"title": "Name", "type": "string", "maxLength": 1024, "minLength": 1}, "key": {"title": "Key", "type": "string", "maxLength": 128, "minLength": 1, "x-nullable": true}, "owner": {"title": "Owner", "type": "string", "format": "uri", "readOnly": true}, "kind": {"title": "Kind", "type": "string", "enum": ["mainline", "lateral", "maintenance-hole"]}, "geojson": {"title": "Geojson", "type": "object"}, "city": {"title": "City", "type": "string", "minLength": 1}, "city_area": {"title": "City area", "type": "string", "minLength": 1}, "country_area": {"title": "Country area", "type": "string", "minLength": 1}, "country_code": {"title": "Country code", "type": "string", "minLength": 1}, "postal_code": {"title": "Postal code", "type": "string", "minLength": 1}, "sorting_code": {"title": "Sorting code", "type": "string", "minLength": 1}, "street_address": {"title": "Street address", "type": "string", "minLength": 1}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}, "deleted": {"title": "Deleted", "type": "string", "format": "date-time", "readOnly": true}, "deleted_by": {"title": "Deleted by", "type": "string", "format": "uri", "readOnly": true}, "account": {"title": "Account", "type": "string", "format": "uri", "readOnly": true}, "category": {"title": "Category", "type": "string", "minLength": 1, "x-nullable": true}, "metric": {"title": "Metric", "type": "boolean", "x-nullable": true}, "shape": {"title": "Shape", "type": "string", "minLength": 1, "x-nullable": true}, "host_material": {"title": "Host material", "type": "string", "minLength": 1, "x-nullable": true}, "renewal_method": {"title": "Renewal method", "type": "string", "minLength": 1, "x-nullable": true}, "renewal_year": {"title": "Renewal year", "type": "string", "minLength": 1, "x-nullable": true}, "length": {"title": "Length", "type": "number", "x-nullable": true}, "height": {"title": "Height", "type": "number", "x-nullable": true}, "width": {"title": "Width", "type": "number", "x-nullable": true}, "joint_distance": {"title": "Joint distance", "type": "number", "x-nullable": true}, "rim_to_invert": {"title": "Rim to invert", "type": "number", "x-nullable": true}, "rim_to_grade": {"title": "Rim to grade", "type": "number", "x-nullable": true}}}, "ExportRead": {"type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "name": {"title": "Name", "type": "string", "maxLength": 128, "x-nullable": true}, "downloads": {"title": "Downloads", "type": "string", "readOnly": true}, "output_paths": {"title": "Output paths", "type": "string", "readOnly": true}, "progress": {"title": "Progress", "type": "object"}, "total_size": {"title": "Total size", "type": "number"}}}, "ExportWrite": {"type": "object", "properties": {"name": {"title": "Name", "type": "string", "maxLength": 128, "x-nullable": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}}}, "InspectionList": {"required": ["key", "inspection_datetime", "inspection_type"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "key": {"title": "Key", "description": "Enables customers to uniquely identify inspections using their own method", "type": "string", "maxLength": 128, "minLength": 1}, "asset": {"title": "Asset", "type": "string", "format": "uri", "readOnly": true}, "owner": {"title": "Owner", "type": "string", "format": "uri", "readOnly": true}, "client": {"title": "Client", "type": "string", "format": "uri", "readOnly": true}, "reason": {"title": "Reason", "type": "string", "enum": ["operations-support", "infiltation-and-inflow", "new-install", "post-renewal", "pre-renewal", "routine", "pre-construction", "resurvey", "sewer-system-evaluation-survey", "pre-existing-media", "other"]}, "city": {"title": "City", "type": "string", "minLength": 1}, "city_area": {"title": "City area", "type": "string", "minLength": 1}, "country_area": {"title": "Country area", "type": "string", "minLength": 1}, "country_code": {"title": "Country code", "type": "string", "minLength": 1}, "postal_code": {"title": "Postal code", "type": "string", "minLength": 1}, "sorting_code": {"title": "Sorting code", "type": "string", "minLength": 1}, "street_address": {"title": "Street address", "type": "string", "minLength": 1}, "inspection_datetime": {"title": "Inspection datetime", "type": "string", "format": "date-time"}, "inspection_type": {"title": "Inspection type", "type": "string", "enum": ["mainline", "lateral", "maintenance-hole"]}, "autocode_complete": {"title": "Autocoded", "type": "boolean"}, "autocode_complete_date": {"title": "Autocode complete date", "type": "string", "format": "date-time", "readOnly": true, "x-nullable": true}, "distance": {"title": "Distance", "type": "object"}, "metadata": {"title": "Metadata", "description": "Customer defined Inspection metadata.", "type": "object"}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "projects": {"title": "Projects", "type": "string", "format": "uuid"}, "video": {"title": "Video", "type": "string", "format": "uri", "readOnly": true}, "validate": {"title": "Validate", "description": "Should this inspection be validated (default: True)", "type": "boolean"}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}, "deleted": {"title": "Deleted", "type": "string", "format": "date-time", "readOnly": true}, "deleted_by": {"title": "Deleted by", "type": "string", "format": "uri", "readOnly": true}, "account": {"title": "Account", "type": "string", "format": "uri", "readOnly": true}}}, "ObservationRead": {"type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "video_frame": {"title": "Video frame", "type": "integer", "maximum": 2147483647, "minimum": -2147483648, "x-nullable": true}, "Distance": {"title": "Distance", "type": "number", "readOnly": true}, "code": {"title": "Code", "type": "string", "readOnly": true, "minLength": 1}, "description": {"title": "Description", "type": "string", "readOnly": true, "minLength": 1}, "Continuous": {"title": "Continuous", "type": "string", "readOnly": true, "minLength": 1}, "Joint": {"title": "Joint", "type": "boolean", "readOnly": true}, "Clock_At_From": {"title": "Clock at from", "type": "integer", "readOnly": true}, "Clock_To": {"title": "Clock to", "type": "integer", "readOnly": true}, "Value_1st_Dimension": {"title": "Value 1st dimension", "type": "number", "readOnly": true}, "Value_2nd_Dimension": {"title": "Value 2nd dimension", "type": "number", "readOnly": true}, "Value_Percent": {"title": "Value percent", "type": "number", "readOnly": true}, "Grade": {"title": "Grade", "type": "string", "readOnly": true, "minLength": 1}, "Remarks": {"title": "Remarks", "type": "string", "readOnly": true, "minLength": 1}, "snapshot_url": {"title": "Snapshot url", "type": "string", "readOnly": true}, "bounding_boxes": {"title": "Bounding boxes", "type": "string", "readOnly": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}, "deleted": {"title": "Deleted", "type": "string", "format": "date-time", "readOnly": true}, "deleted_by": {"title": "Deleted by", "type": "string", "format": "uri", "readOnly": true}, "account": {"title": "Account", "type": "string", "format": "uri", "readOnly": true}}}, "ObservationWrite": {"type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "video_frame": {"title": "Video frame", "type": "integer", "maximum": 2147483647, "minimum": -2147483648, "x-nullable": true}, "Distance": {"title": "Distance", "type": "number", "readOnly": true}, "code": {"title": "Code", "type": "string", "readOnly": true, "minLength": 1}, "description": {"title": "Description", "type": "string", "readOnly": true, "minLength": 1}, "Continuous": {"title": "Continuous", "type": "string", "readOnly": true, "minLength": 1}, "Joint": {"title": "Joint", "type": "boolean", "readOnly": true}, "Clock_At_From": {"title": "Clock at from", "type": "integer", "readOnly": true}, "Clock_To": {"title": "Clock to", "type": "integer", "readOnly": true}, "Value_1st_Dimension": {"title": "Value 1st dimension", "type": "number", "readOnly": true}, "Value_2nd_Dimension": {"title": "Value 2nd dimension", "type": "number", "readOnly": true}, "Value_Percent": {"title": "Value percent", "type": "number", "readOnly": true}, "Remarks": {"title": "Remarks", "type": "string", "readOnly": true, "minLength": 1}, "snapshot_url": {"title": "Snapshot url", "type": "string", "readOnly": true}, "bounding_boxes": {"title": "Bounding boxes", "type": "string", "readOnly": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}, "deleted": {"title": "Deleted", "type": "string", "format": "date-time", "readOnly": true}, "deleted_by": {"title": "Deleted by", "type": "string", "format": "uri", "readOnly": true}, "account": {"title": "Account", "type": "string", "format": "uuid"}}}, "OrganizationRead": {"required": ["name", "city"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "name": {"title": "Name", "type": "string", "maxLength": 1024, "minLength": 1}, "city": {"title": "City", "type": "string", "minLength": 1}, "city_area": {"title": "City area", "type": "string", "minLength": 1}, "country_area": {"title": "Country area", "type": "string", "minLength": 1}, "country_code": {"title": "Country code", "type": "string", "minLength": 1}, "postal_code": {"title": "Postal code", "type": "string", "minLength": 1}, "sorting_code": {"title": "Sorting code", "type": "string", "minLength": 1}, "street_address": {"title": "Street address", "type": "string", "minLength": 1}, "phone_number": {"title": "Phone number", "type": "string", "maxLength": 128, "minLength": 1, "x-nullable": true}, "account": {"title": "Account", "type": "string", "format": "uri", "readOnly": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}, "deleted": {"title": "Deleted", "type": "string", "format": "date-time", "readOnly": true}, "deleted_by": {"title": "Deleted by", "type": "string", "format": "uri", "readOnly": true}}}, "OrganizationWrite": {"required": ["name", "city"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "name": {"title": "Name", "type": "string", "maxLength": 1024, "minLength": 1}, "city": {"title": "City", "type": "string", "minLength": 1}, "city_area": {"title": "City area", "type": "string", "minLength": 1}, "country_area": {"title": "Country area", "type": "string", "minLength": 1}, "country_code": {"title": "Country code", "type": "string", "minLength": 1}, "postal_code": {"title": "Postal code", "type": "string", "minLength": 1}, "sorting_code": {"title": "Sorting code", "type": "string", "minLength": 1}, "street_address": {"title": "Street address", "type": "string", "minLength": 1}, "phone_number": {"title": "Phone number", "type": "string", "maxLength": 128, "minLength": 1, "x-nullable": true}, "account": {"title": "Account", "type": "string", "format": "uuid"}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}, "deleted": {"title": "Deleted", "type": "string", "format": "date-time", "readOnly": true}, "deleted_by": {"title": "Deleted by", "type": "string", "format": "uri", "readOnly": true}}}, "ProjectRead": {"required": ["name"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "account": {"title": "Account", "type": "string", "format": "uri", "readOnly": true}, "name": {"title": "Name", "type": "string", "maxLength": 128, "minLength": 1}, "description": {"title": "Description", "type": "string", "maxLength": 1024, "x-nullable": true}, "client": {"title": "Client", "type": "string", "format": "uri", "readOnly": true}, "date_due": {"title": "Date due", "type": "string", "format": "date-time", "x-nullable": true}, "date_started": {"title": "Date started", "type": "string", "format": "date-time", "x-nullable": true}, "date_finished": {"title": "Date finished", "type": "string", "format": "date-time", "x-nullable": true}, "active": {"title": "Active", "type": "boolean"}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}, "deleted": {"title": "Deleted", "type": "string", "format": "date-time", "readOnly": true}, "deleted_by": {"title": "Deleted by", "type": "string", "format": "uri", "readOnly": true}}}, "ProjectWrite": {"required": ["name"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "account": {"title": "Account", "type": "string", "format": "uuid"}, "name": {"title": "Name", "type": "string", "maxLength": 128, "minLength": 1}, "description": {"title": "Description", "type": "string", "maxLength": 1024, "x-nullable": true}, "client": {"title": "Client", "type": "string", "format": "uuid", "x-nullable": true}, "date_due": {"title": "Date due", "type": "string", "format": "date-time", "x-nullable": true}, "date_started": {"title": "Date started", "type": "string", "format": "date-time", "x-nullable": true}, "date_finished": {"title": "Date finished", "type": "string", "format": "date-time", "x-nullable": true}, "active": {"title": "Active", "type": "boolean"}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}, "deleted": {"title": "Deleted", "type": "string", "format": "date-time", "readOnly": true}, "deleted_by": {"title": "Deleted by", "type": "string", "format": "uri", "readOnly": true}}}, "UserList": {"required": ["email"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "first_name": {"title": "First name", "type": "string", "maxLength": 150}, "last_name": {"title": "Last name", "type": "string", "maxLength": 150}, "email": {"title": "Email", "type": "string", "format": "email", "maxLength": 254, "minLength": 1}}}, "UserRead": {"required": ["email"], "type": "object", "properties": {"sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "first_name": {"title": "First name", "type": "string", "maxLength": 150}, "last_name": {"title": "Last name", "type": "string", "maxLength": 150}, "email": {"title": "Email", "type": "string", "format": "email", "maxLength": 254, "minLength": 1}, "permission_level": {"title": "Permission level", "type": "string", "readOnly": true}, "projects": {"title": "Projects", "type": "string", "readOnly": true}}}, "VideoRead": {"required": ["path"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "video_name": {"title": "Video name", "type": "string", "readOnly": true, "x-nullable": true}, "inspection": {"title": "Inspection", "type": "string", "format": "uri", "readOnly": true}, "path": {"title": "Path", "type": "string", "minLength": 1, "x-nullable": true}, "stage": {"title": "Stage", "type": "string", "readOnly": true}, "presigned_upload_data": {"title": "Presigned upload data", "type": "object", "readOnly": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "project": {"$ref": "#/definitions/ProjectRead"}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}, "deleted": {"title": "Deleted", "type": "string", "format": "date-time", "readOnly": true}, "deleted_by": {"title": "Deleted by", "type": "string", "format": "uri", "readOnly": true}, "account": {"title": "Account", "type": "string", "format": "uri", "readOnly": true}}}, "VideoWrite": {"required": ["inspection", "path"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "video_name": {"title": "Video name", "type": "string", "readOnly": true, "x-nullable": true}, "inspection": {"title": "Inspection", "type": "string", "format": "uuid"}, "payouts": {"title": "Payouts", "type": "string"}, "path": {"title": "Path", "type": "string", "minLength": 1, "x-nullable": true}, "presigned_upload_data": {"title": "Presigned upload data", "type": "object", "readOnly": true}, "stage": {"title": "Stage", "type": "integer", "enum": [0, 1, 2, 3, 4, 5, 11, 12, 13, 20]}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}, "deleted": {"title": "Deleted", "type": "string", "format": "date-time", "readOnly": true}, "deleted_by": {"title": "Deleted by", "type": "string", "format": "uri", "readOnly": true}, "account": {"title": "Account", "type": "string", "format": "uuid"}}}, "BoundingBox": {"required": ["frame"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "observation_classification": {"title": "Observation classification", "type": "string", "format": "uri", "readOnly": true}, "frame": {"title": "Frame", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "boxes": {"type": "array", "items": {"type": "array", "items": {"title": "Boxes", "type": "integer", "maximum": 2147483647, "minimum": -2147483648}, "maxItems": 4}, "x-nullable": true}, "frame_location": {"title": "Frame location", "type": "string", "maxLength": 1024, "x-nullable": true}, "frame_file_size": {"title": "Frame file size", "type": "integer", "maximum": 2147483647, "minimum": -2147483648, "x-nullable": true}, "reviewed_by": {"title": "Reviewed by", "type": "string", "format": "uri", "x-nullable": true}, "frame_height": {"title": "Frame height", "type": "integer", "maximum": 2147483647, "minimum": -2147483648, "x-nullable": true}, "frame_width": {"title": "Frame width", "type": "integer", "maximum": 2147483647, "minimum": -2147483648, "x-nullable": true}, "code": {"$ref": "#/definitions/VideoObservationClassification"}, "video": {"$ref": "#/definitions/Video"}, "meta": {"title": "Meta", "type": "object"}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}}}, "VideoPayout": {"required": ["payouts"], "type": "object", "properties": {"url": {"title": "Url", "type": "string", "format": "uri", "readOnly": true}, "sid": {"title": "Sid", "type": "string", "format": "uuid", "readOnly": true}, "video": {"title": "Video", "type": "string", "format": "uri", "readOnly": true}, "payouts": {"type": "array", "items": {"title": "Payouts", "type": "number"}}, "check_results": {"title": "Check results", "type": "object"}, "auto_created": {"title": "Auto created", "type": "boolean"}, "loaded_from_text": {"title": "Loaded from text", "type": "boolean"}, "graph_url": {"title": "Graph url", "type": "string", "readOnly": true}, "created": {"title": "Created", "type": "string", "format": "date-time", "readOnly": true}, "created_by": {"title": "Created by", "type": "string", "format": "uri", "readOnly": true}, "updated": {"title": "Updated", "type": "string", "format": "date-time", "readOnly": true}, "updated_by": {"title": "Updated by", "type": "string", "format": "uri", "readOnly": true}}}}}