{
  "openapi": "3.0.4",
  "info": {
    "title": "VectorCompose.v1",
    "description": "API collection that allows for (inter)connecting from/to VectorCompose workers.<br /><br />This endpoint collection is transcoded from the gRPC service contract. The Protobuf file can be retrieved via gRPC Server Reflection on the base URI. Use of gRPC is more preferable because of better performance and native streaming capabilities",
    "termsOfService": "https://www.bergstein.com/privacy-policy-2/",
    "contact": {
      "name": "support@bergstein.com",
      "url": "https://bergstein.com",
      "email": "support@bergstein.com"
    },
    "version": "v1.0.0.0"
  },
  "paths": {
    "/vectorcomposemanager_module/v1/start_worker": {
      "post": {
        "tags": [
          "VectorComposeManager"
        ],
        "operationId": "POSTvectorcomposemanager_module_v1_start_worker",
        "parameters": [
          {
            "name": "manager-id",
            "in": "header",
            "description": "The required Vector Compose ManagerId to be supplied to target a specific manager instance.",
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Manager.Protos.V2.StartWorkerRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Manager.Protos.V2.StartWorkerReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/vectorcomposemanager_module/v1/stop_worker": {
      "post": {
        "tags": [
          "VectorComposeManager"
        ],
        "operationId": "POSTvectorcomposemanager_module_v1_stop_worker",
        "parameters": [
          {
            "name": "worker-id",
            "in": "header",
            "description": "The required Vector Compose WorkerId to be supplied to target a specific worker instance.",
            "required": true
          },
          {
            "name": "manager-id",
            "in": "header",
            "description": "The required Vector Compose ManagerId to be supplied to target a specific manager instance.",
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Manager.Protos.V2.StopWorkerRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Manager.Protos.V2.StopWorkerReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/vectorcomposemanager_module/v1/worker": {
      "get": {
        "tags": [
          "VectorComposeManager"
        ],
        "operationId": "GETvectorcomposemanager_module_v1_worker",
        "parameters": [
          {
            "name": "manager-id",
            "in": "header",
            "description": "The required Vector Compose ManagerId to be supplied to target a specific manager instance.",
            "required": true
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Manager.Protos.V2.ListWorkerReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/vectorcomposemanager_module/v1/list_file": {
      "post": {
        "tags": [
          "VectorComposeManager"
        ],
        "operationId": "POSTvectorcomposemanager_module_v1_list_file",
        "parameters": [
          {
            "name": "worker-id",
            "in": "header",
            "description": "The required Vector Compose WorkerId to be supplied to target a specific worker instance.",
            "required": true
          },
          {
            "name": "manager-id",
            "in": "header",
            "description": "The required Vector Compose ManagerId to be supplied to target a specific manager instance.",
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Manager.Protos.V2.ListFileRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Manager.Protos.V2.ListFileReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/vectorcompose_module/v1/module_info": {
      "get": {
        "tags": [
          "VectorComposeModuleInfoService"
        ],
        "operationId": "GETvectorcompose_module_v1_module_info",
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.ModuleInfoReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/vectorcompose_module/v1/feature_flags": {
      "get": {
        "tags": [
          "VectorComposeModuleInfoService"
        ],
        "operationId": "GETvectorcompose_module_v1_feature_flags",
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.FeatureFlagsReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/vectorcompose_module/v1/release_notes": {
      "get": {
        "tags": [
          "VectorComposeModuleInfoService"
        ],
        "operationId": "GETvectorcompose_module_v1_release_notes",
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.ReleaseNotesReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/vectorcompose_module/v1/health_checks": {
      "get": {
        "tags": [
          "VectorComposeModuleInfoService"
        ],
        "operationId": "GETvectorcompose_module_v1_health_checks",
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.HealthChecksReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/vectorcomposeworker_module/v1/job/load": {
      "post": {
        "tags": [
          "VectorComposeWorker"
        ],
        "operationId": "POSTvectorcomposeworker_module_v1_job_load",
        "parameters": [
          {
            "name": "worker-id",
            "in": "header",
            "description": "The required Vector Compose WorkerId to be supplied to target a specific worker instance.",
            "required": true
          },
          {
            "name": "manager-id",
            "in": "header",
            "description": "The required Vector Compose ManagerId to be supplied to target a specific manager instance.",
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.LoadJobRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.LoadJobReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/vectorcomposeworker_module/v1/job/info": {
      "get": {
        "tags": [
          "VectorComposeWorker"
        ],
        "operationId": "GETvectorcomposeworker_module_v1_job_info",
        "parameters": [
          {
            "name": "worker-id",
            "in": "header",
            "description": "The required Vector Compose WorkerId to be supplied to target a specific worker instance.",
            "required": true
          },
          {
            "name": "manager-id",
            "in": "header",
            "description": "The required Vector Compose ManagerId to be supplied to target a specific manager instance.",
            "required": true
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.JobInfo"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/vectorcomposeworker_module/v1/job/save": {
      "post": {
        "tags": [
          "VectorComposeWorker"
        ],
        "operationId": "POSTvectorcomposeworker_module_v1_job_save",
        "parameters": [
          {
            "name": "worker-id",
            "in": "header",
            "description": "The required Vector Compose WorkerId to be supplied to target a specific worker instance.",
            "required": true
          },
          {
            "name": "manager-id",
            "in": "header",
            "description": "The required Vector Compose ManagerId to be supplied to target a specific manager instance.",
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.SaveJobRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.SaveJobReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/vectorcomposeworker_module/v1/plugin/actions": {
      "get": {
        "tags": [
          "VectorComposeWorker"
        ],
        "operationId": "GETvectorcomposeworker_module_v1_plugin_actions",
        "parameters": [
          {
            "name": "worker-id",
            "in": "header",
            "description": "The required Vector Compose WorkerId to be supplied to target a specific worker instance.",
            "required": true
          },
          {
            "name": "manager-id",
            "in": "header",
            "description": "The required Vector Compose ManagerId to be supplied to target a specific manager instance.",
            "required": true
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.GetPluginActionsReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "VectorComposeWorker"
        ],
        "operationId": "POSTvectorcomposeworker_module_v1_plugin_actions",
        "parameters": [
          {
            "name": "worker-id",
            "in": "header",
            "description": "The required Vector Compose WorkerId to be supplied to target a specific worker instance.",
            "required": true
          },
          {
            "name": "manager-id",
            "in": "header",
            "description": "The required Vector Compose ManagerId to be supplied to target a specific manager instance.",
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.SetPluginActionsRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.SetPluginActionsReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/vectorcomposeworker_module/v1/state": {
      "get": {
        "tags": [
          "VectorComposeWorker"
        ],
        "operationId": "GETvectorcomposeworker_module_v1_state",
        "parameters": [
          {
            "name": "worker-id",
            "in": "header",
            "description": "The required Vector Compose WorkerId to be supplied to target a specific worker instance.",
            "required": true
          },
          {
            "name": "manager-id",
            "in": "header",
            "description": "The required Vector Compose ManagerId to be supplied to target a specific manager instance.",
            "required": true
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.GetStateReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/vectorcomposeworker_module/v1/logs": {
      "get": {
        "tags": [
          "VectorComposeWorker"
        ],
        "operationId": "GETvectorcomposeworker_module_v1_logs",
        "parameters": [
          {
            "name": "worker-id",
            "in": "header",
            "description": "The required Vector Compose WorkerId to be supplied to target a specific worker instance.",
            "required": true
          },
          {
            "name": "manager-id",
            "in": "header",
            "description": "The required Vector Compose ManagerId to be supplied to target a specific manager instance.",
            "required": true
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.GetLogsReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.FeatureFlag": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "value": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.FeatureFlagsReply": {
        "type": "object",
        "properties": {
          "featureFlags": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.FeatureFlag"
            }
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.HealthCheck": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "status": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.HealthStatus"
          },
          "moduleName": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.HealthChecksReply": {
        "type": "object",
        "properties": {
          "healthChecks": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.HealthCheck"
            }
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.HealthStatus": {
        "enum": [
          "UNKNOWN",
          "HEALTHY",
          "DEGRADED",
          "UNHEALTHY",
          "HEALTHCHECKDISABLED"
        ],
        "type": "string"
      },
      "Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.Module": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "version": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.Version"
          },
          "shortDescription": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "protobuf": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.ProtoBuf"
            }
          },
          "openapi": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.ModuleInfoReply": {
        "type": "object",
        "properties": {
          "module": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.Module"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.ProtoBuf": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "contents": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.ReleaseNotesReply": {
        "type": "object",
        "properties": {
          "releaseNote": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.ModuleInfo.Protos.V1.Version": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "major": {
            "type": "integer",
            "format": "int32"
          },
          "minor": {
            "type": "integer",
            "format": "int32"
          },
          "revision": {
            "type": "integer",
            "format": "int32"
          },
          "build": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.Paging.Protos.V1.PagingReply": {
        "type": "object",
        "properties": {
          "totalSize": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Manager.Protos.V2.FileCategory": {
        "enum": [
          "FILE_CATEGORY_UNKNOWN",
          "FILE_CATEGORY_INPUT",
          "FILE_CATEGORY_OUTPUT"
        ],
        "type": "string"
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Manager.Protos.V2.ListFileReply": {
        "type": "object",
        "properties": {
          "files": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Manager.Protos.V2.ListFileRequest": {
        "type": "object",
        "properties": {
          "fileCategory": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Manager.Protos.V2.FileCategory"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Manager.Protos.V2.ListWorkerReply": {
        "type": "object",
        "properties": {
          "workers": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Manager.Protos.V2.WorkerInfo"
            }
          },
          "paging": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Paging.Protos.V1.PagingReply"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Manager.Protos.V2.StartWorkerReply": {
        "type": "object",
        "properties": {
          "success": {
            "type": "boolean"
          },
          "referenceId": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Manager.Protos.V2.StartWorkerRequest": {
        "type": "object",
        "properties": {
          "svgUrl": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Manager.Protos.V2.StopWorkerReply": {
        "type": "object",
        "properties": {
          "success": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Manager.Protos.V2.StopWorkerRequest": {
        "type": "object",
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Manager.Protos.V2.WorkerInfo": {
        "type": "object",
        "properties": {
          "referenceId": {
            "type": "string"
          },
          "createdDateTimeUtc": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.ConsoleType": {
        "enum": [
          "CONSOLETYPE_UNKNOWN",
          "CONSOLETYPE_LOG",
          "CONSOLETYPE_DEBUG",
          "CONSOLETYPE_INFO",
          "CONSOLETYPE_ERROR",
          "CONSOLETYPE_WARNING",
          "CONSOLETYPE_DIR",
          "CONSOLETYPE_DIRXML",
          "CONSOLETYPE_TABLE",
          "CONSOLETYPE_TRACE",
          "CONSOLETYPE_CLEAR",
          "CONSOLETYPE_STARTGROUP",
          "CONSOLETYPE_STARTGROUPCOLLAPSED",
          "CONSOLETYPE_ENDGROUP",
          "CONSOLETYPE_ASSERT",
          "CONSOLETYPE_PROFILE",
          "CONSOLETYPE_PROFILEEND",
          "CONSOLETYPE_COUNT",
          "CONSOLETYPE_TIMEEND",
          "CONSOLETYPE_VERBOSE",
          "CONSOLETYPE_TIMESTAMP"
        ],
        "type": "string"
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.GetLogsReply": {
        "type": "object",
        "properties": {
          "logEntries": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.LogEntry"
            }
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.GetPluginActionsReply": {
        "type": "object",
        "properties": {
          "pluginActionDefinitions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.PluginActionDefinitions"
            }
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.GetStateReply": {
        "type": "object",
        "properties": {
          "state": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.State"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.JobInfo": {
        "type": "object",
        "properties": {
          "svg": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.SvgInfo"
          },
          "pluginCount": {
            "type": "integer",
            "format": "int32"
          },
          "pluginNames": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.LoadJobReply": {
        "type": "object",
        "properties": {
          "state": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.State"
          },
          "loadedFilePath": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.LoadJobRequest": {
        "type": "object",
        "properties": {
          "filePath": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.LogArgument": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "value": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.LogEntry": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "string"
          },
          "type": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.ConsoleType"
          },
          "message": {
            "type": "string"
          },
          "arguments": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.LogArgument"
            }
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.Parameter": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "value": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.PluginActionArgument": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "optional": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.PluginActionDefinition": {
        "type": "object",
        "properties": {
          "actionName": {
            "type": "string"
          },
          "returnType": {
            "type": "string"
          },
          "arguments": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.PluginActionArgument"
            }
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.PluginActionDefinitions": {
        "type": "object",
        "properties": {
          "pluginName": {
            "type": "string"
          },
          "domain": {
            "type": "string"
          },
          "definitions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.PluginActionDefinition"
            }
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.PluginActionReply": {
        "type": "object",
        "properties": {
          "pluginName": {
            "type": "string"
          },
          "action": {
            "type": "string"
          },
          "parameters": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.Parameter"
            }
          },
          "result": {
            "type": "string"
          },
          "success": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.PluginActionRequest": {
        "type": "object",
        "properties": {
          "pluginName": {
            "type": "string"
          },
          "parameters": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.Parameter"
            }
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.SaveJobReply": {
        "type": "object",
        "properties": {
          "outputFilePath": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.SaveJobRequest": {
        "type": "object",
        "properties": {
          "outputFileName": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.SetPluginActionsReply": {
        "type": "object",
        "properties": {
          "results": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.PluginActionReply"
            }
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.SetPluginActionsRequest": {
        "type": "object",
        "properties": {
          "pluginActions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.PluginActionRequest"
            }
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.State": {
        "enum": [
          "STATE_UNKNOWN",
          "STATE_EMPTY",
          "STATE_LOADED",
          "STATE_ERROR"
        ],
        "type": "string"
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.VectorCompose.Worker.Protos.V2.SvgInfo": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "width": {
            "type": "string"
          },
          "height": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "Google.Protobuf.WellKnownTypes.Any": {
        "required": [
          "@type"
        ],
        "type": "object",
        "properties": {
          "@type": {
            "type": "string"
          }
        },
        "additionalProperties": {
          "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.Value"
        }
      },
      "Google.Protobuf.WellKnownTypes.ListValue": {
        "type": "object",
        "properties": {
          "values": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.Value"
            },
            "nullable": true,
            "readOnly": true
          }
        },
        "additionalProperties": false
      },
      "Google.Protobuf.WellKnownTypes.NullValue": {
        "enum": [
          0
        ],
        "type": "integer",
        "format": "int32"
      },
      "Google.Protobuf.WellKnownTypes.Struct": {
        "type": "object",
        "properties": {
          "fields": {
            "type": "object",
            "additionalProperties": {
              "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.Value"
            },
            "nullable": true,
            "readOnly": true
          }
        },
        "additionalProperties": false
      },
      "Google.Protobuf.WellKnownTypes.Value": {
        "type": "object",
        "properties": {
          "nullValue": {
            "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.NullValue"
          },
          "hasNullValue": {
            "type": "boolean",
            "readOnly": true
          },
          "numberValue": {
            "type": "number",
            "format": "double"
          },
          "hasNumberValue": {
            "type": "boolean",
            "readOnly": true
          },
          "stringValue": {
            "type": "string",
            "nullable": true
          },
          "hasStringValue": {
            "type": "boolean",
            "readOnly": true
          },
          "boolValue": {
            "type": "boolean"
          },
          "hasBoolValue": {
            "type": "boolean",
            "readOnly": true
          },
          "structValue": {
            "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.Struct"
          },
          "listValue": {
            "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.ListValue"
          },
          "kindCase": {
            "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.Value.KindOneofCase"
          }
        },
        "additionalProperties": false
      },
      "Google.Protobuf.WellKnownTypes.Value.KindOneofCase": {
        "enum": [
          0,
          1,
          2,
          3,
          4,
          5,
          6
        ],
        "type": "integer",
        "format": "int32"
      },
      "Google.Rpc.Status": {
        "type": "object",
        "properties": {
          "code": {
            "type": "integer",
            "format": "int32"
          },
          "message": {
            "type": "string"
          },
          "details": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.Any"
            }
          }
        },
        "additionalProperties": false
      }
    },
    "securitySchemes": {
      "Bearer": {
        "type": "http",
        "description": "Please enter a valid token!",
        "scheme": "Bearer",
        "bearerFormat": "JWT"
      }
    }
  },
  "security": [
    {
      "Bearer": [ ]
    }
  ],
  "tags": [
    {
      "name": "VectorComposeManager"
    },
    {
      "name": "VectorComposeModuleInfoService"
    },
    {
      "name": "VectorComposeWorker"
    }
  ]
}