{
  "openapi": "3.0.4",
  "info": {
    "title": "JobComposing.v1",
    "description": "JobCompose API collection that allows for managing and deploying JobTemplates and it's associated image files.<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.10.0.0"
  },
  "paths": {
    "/job_composing_module/v1/actuator_configuration": {
      "post": {
        "tags": [
          "ActuatorConfigurationService"
        ],
        "operationId": "POSTjob_composing_module_v1_actuator_configuration",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateActuatorConfigurationRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateActuatorConfigurationReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "ActuatorConfigurationService"
        ],
        "operationId": "GETjob_composing_module_v1_actuator_configuration",
        "parameters": [
          {
            "name": "paging.pageSize",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.pageNumber",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.includeTotalSize",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "descending",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "order.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.value",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "float"
            }
          },
          {
            "name": "order.index",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "order.positionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PositionType"
            }
          },
          {
            "name": "order.positionUnit",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PositionUnit"
            }
          },
          {
            "name": "order.jigConfigurationId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jigConfiguration.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jigConfiguration.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jigConfiguration.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jigConfiguration.jigPositionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType"
            }
          },
          {
            "name": "order.jigConfiguration.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jigConfiguration.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jigConfiguration.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jigConfiguration.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.value",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "float"
            }
          },
          {
            "name": "filter.index",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filter.positionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PositionType"
            }
          },
          {
            "name": "filter.positionUnit",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PositionUnit"
            }
          },
          {
            "name": "filter.jigConfigurationId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jigConfiguration.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jigConfiguration.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jigConfiguration.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jigConfiguration.jigPositionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType"
            }
          },
          {
            "name": "filter.jigConfiguration.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jigConfiguration.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jigConfiguration.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jigConfiguration.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListActuatorConfigurationReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ActuatorConfigurationService"
        ],
        "operationId": "PATCHjob_composing_module_v1_actuator_configuration",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateActuatorConfigurationRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateActuatorConfigurationReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/actuator_configuration/{id}": {
      "get": {
        "tags": [
          "ActuatorConfigurationService"
        ],
        "operationId": "GETjob_composing_module_v1_actuator_configuration_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetActuatorConfigurationReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ActuatorConfigurationService"
        ],
        "operationId": "DELETEjob_composing_module_v1_actuator_configuration_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.Empty"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/actuator": {
      "post": {
        "tags": [
          "ActuatorService"
        ],
        "operationId": "POSTjob_composing_module_v1_actuator",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateActuatorRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateActuatorReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "ActuatorService"
        ],
        "operationId": "GETjob_composing_module_v1_actuator",
        "parameters": [
          {
            "name": "paging.pageSize",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.pageNumber",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.includeTotalSize",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "descending",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "order.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.index",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "order.jigId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jig.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jig.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jig.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jig.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jig.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jig.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jig.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.minValue",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "float"
            }
          },
          {
            "name": "order.maxValue",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "float"
            }
          },
          {
            "name": "order.positionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PositionType"
            }
          },
          {
            "name": "order.positionUnit",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PositionUnit"
            }
          },
          {
            "name": "order.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.index",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filter.jigId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jig.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jig.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jig.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jig.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jig.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jig.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jig.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.minValue",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "float"
            }
          },
          {
            "name": "filter.maxValue",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "float"
            }
          },
          {
            "name": "filter.positionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PositionType"
            }
          },
          {
            "name": "filter.positionUnit",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PositionUnit"
            }
          },
          {
            "name": "filter.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListActuatorReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ActuatorService"
        ],
        "operationId": "PATCHjob_composing_module_v1_actuator",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateActuatorRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateActuatorReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/actuator/{id}": {
      "get": {
        "tags": [
          "ActuatorService"
        ],
        "operationId": "GETjob_composing_module_v1_actuator_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetActuatorReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ActuatorService"
        ],
        "operationId": "DELETEjob_composing_module_v1_actuator_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.Empty"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/color_definition": {
      "post": {
        "tags": [
          "ColorDefinitionService"
        ],
        "operationId": "POSTjob_composing_module_v1_color_definition",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateColorDefinitionRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateColorDefinitionReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "ColorDefinitionService"
        ],
        "operationId": "GETjob_composing_module_v1_color_definition",
        "parameters": [
          {
            "name": "paging.pageSize",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.pageNumber",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.includeTotalSize",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "descending",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "order.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.displayName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorKey",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorKey"
            }
          },
          {
            "name": "order.displayColor",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.displayName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorKey",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorKey"
            }
          },
          {
            "name": "filter.displayColor",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListColorDefinitionReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ColorDefinitionService"
        ],
        "operationId": "PATCHjob_composing_module_v1_color_definition",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateColorDefinitionRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateColorDefinitionReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/color_definition/{id}": {
      "get": {
        "tags": [
          "ColorDefinitionService"
        ],
        "operationId": "GETjob_composing_module_v1_color_definition_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetColorDefinitionReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ColorDefinitionService"
        ],
        "operationId": "DELETEjob_composing_module_v1_color_definition_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.Empty"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/color_space_link": {
      "post": {
        "tags": [
          "ColorSpaceLinkService"
        ],
        "operationId": "POSTjob_composing_module_v1_color_space_link",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateColorSpaceLinkRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateColorSpaceLinkReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "ColorSpaceLinkService"
        ],
        "operationId": "GETjob_composing_module_v1_color_space_link",
        "parameters": [
          {
            "name": "paging.pageSize",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.pageNumber",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.includeTotalSize",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "descending",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "order.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorSpaceId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorSpace.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorSpace.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorSpace.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorSpace.displayColorSpace",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.DisplayColorSpace"
            }
          },
          {
            "name": "order.colorSpace.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorSpace.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorSpace.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorSpace.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorDefinitionId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorDefinition.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorDefinition.displayName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorDefinition.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorDefinition.colorKey",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorKey"
            }
          },
          {
            "name": "order.colorDefinition.displayColor",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorDefinition.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorDefinition.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorDefinition.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorDefinition.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorSpaceId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorSpace.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorSpace.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorSpace.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorSpace.displayColorSpace",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.DisplayColorSpace"
            }
          },
          {
            "name": "filter.colorSpace.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorSpace.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorSpace.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorSpace.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorDefinitionId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorDefinition.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorDefinition.displayName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorDefinition.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorDefinition.colorKey",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorKey"
            }
          },
          {
            "name": "filter.colorDefinition.displayColor",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorDefinition.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorDefinition.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorDefinition.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorDefinition.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListColorSpaceLinkReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ColorSpaceLinkService"
        ],
        "operationId": "PATCHjob_composing_module_v1_color_space_link",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateColorSpaceLinkRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateColorSpaceLinkReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/color_space_link/{id}": {
      "get": {
        "tags": [
          "ColorSpaceLinkService"
        ],
        "operationId": "GETjob_composing_module_v1_color_space_link_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetColorSpaceLinkReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ColorSpaceLinkService"
        ],
        "operationId": "DELETEjob_composing_module_v1_color_space_link_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.Empty"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/color_space": {
      "post": {
        "tags": [
          "ColorSpaceService"
        ],
        "operationId": "POSTjob_composing_module_v1_color_space",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateColorSpaceRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateColorSpaceReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "ColorSpaceService"
        ],
        "operationId": "GETjob_composing_module_v1_color_space",
        "parameters": [
          {
            "name": "paging.pageSize",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.pageNumber",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.includeTotalSize",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "descending",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "order.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.displayColorSpace",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.DisplayColorSpace"
            }
          },
          {
            "name": "order.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.displayColorSpace",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.DisplayColorSpace"
            }
          },
          {
            "name": "filter.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListColorSpaceReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ColorSpaceService"
        ],
        "operationId": "PATCHjob_composing_module_v1_color_space",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateColorSpaceRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateColorSpaceReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/color_space/{id}": {
      "get": {
        "tags": [
          "ColorSpaceService"
        ],
        "operationId": "GETjob_composing_module_v1_color_space_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetColorSpaceReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ColorSpaceService"
        ],
        "operationId": "DELETEjob_composing_module_v1_color_space_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.Empty"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/generate_printjob/for_id": {
      "post": {
        "tags": [
          "GeneratePrintJobService"
        ],
        "operationId": "POSTjob_composing_module_v1_generate_printjob_for_id",
        "parameters": [
          {
            "name": "jobTemplateId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "enabledLayers",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "enabledProducts",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "enabledSides",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "JobPrintMode.printMode",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PrintMode"
            }
          },
          {
            "name": "JobPrintMode.printCount",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "JobPrintMode.printerType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PrinterType"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GeneratePrintJobReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/generate_printjob/for_customer_reference": {
      "post": {
        "tags": [
          "GeneratePrintJobService"
        ],
        "operationId": "POSTjob_composing_module_v1_generate_printjob_for_customer_reference",
        "parameters": [
          {
            "name": "jobTemplateCustomerReference",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "enabledLayers",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "enabledProducts",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "enabledSides",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "JobPrintMode.printMode",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PrintMode"
            }
          },
          {
            "name": "JobPrintMode.printCount",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "JobPrintMode.printerType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PrinterType"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GeneratePrintJobReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/generate_printjob/preview": {
      "get": {
        "tags": [
          "GeneratePrintJobService"
        ],
        "operationId": "GETjob_composing_module_v1_generate_printjob_preview",
        "parameters": [
          {
            "name": "jobTemplateId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "shownLayers",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "shownProducts",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "shownSides",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "enabledColorChannels",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GeneratePrintJobReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/generate_printjob/single_colour_channel": {
      "get": {
        "tags": [
          "GeneratePrintJobService"
        ],
        "operationId": "GETjob_composing_module_v1_generate_printjob_single_colour_channel",
        "parameters": [
          {
            "name": "jobTemplateId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "shownLayers",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "shownProducts",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "shownSides",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "enabledColorChannelName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GeneratePrintJobReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/image_template": {
      "post": {
        "tags": [
          "ImageTemplateService"
        ],
        "operationId": "POSTjob_composing_module_v1_image_template",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateImageTemplateRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateImageTemplateReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "ImageTemplateService"
        ],
        "operationId": "GETjob_composing_module_v1_image_template",
        "parameters": [
          {
            "name": "paging.pageSize",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.pageNumber",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.includeTotalSize",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "descending",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "order.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.productNumber",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "order.activeLayers",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "order.activeSides",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "order.startPositionXInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.startPositionYInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.fileSourceHandleId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jigConfigurationId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jigConfiguration.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jigConfiguration.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jigConfiguration.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jigConfiguration.jigPositionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType"
            }
          },
          {
            "name": "order.jigConfiguration.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jigConfiguration.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jigConfiguration.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jigConfiguration.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplateId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.customerReference",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.verticalDpi",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.horizontalDpi",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.maximumColorDepthInBits",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.printAreaVerticalSizeInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.printAreaHorizontalSizeInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.spitLineEnabled",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.spitLineStartInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.spitLineWidthInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.RecipeName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.externalRasterizationSettings",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.spitLineIntensity",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "float"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.colorSpaceId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.colorSpace.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.colorSpace.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.colorSpace.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.colorSpace.displayColorSpace",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.DisplayColorSpace"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.colorSpace.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.colorSpace.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.colorSpace.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.colorSpace.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.printConfiguration.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.printConfigurationId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.backgroundImageFileHandleId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.backgroundImageStartXInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.jobTemplate.backgroundImageStartYInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.jobTemplate.jigConfigurationEnabled",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "order.jobTemplate.loadConfigurationId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.loadConfiguration.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.loadConfiguration.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.loadConfiguration.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.loadConfiguration.jigPositionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType"
            }
          },
          {
            "name": "order.jobTemplate.loadConfiguration.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.loadConfiguration.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.loadConfiguration.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.loadConfiguration.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.unloadConfigurationId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.unloadConfiguration.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.unloadConfiguration.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.unloadConfiguration.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.unloadConfiguration.jigPositionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType"
            }
          },
          {
            "name": "order.jobTemplate.unloadConfiguration.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.unloadConfiguration.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.unloadConfiguration.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.unloadConfiguration.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jobTemplate.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.startRotationZInDegrees",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.productNumber",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int64"
            }
          },
          {
            "name": "filter.activeLayers",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filter.activeSides",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filter.startPositionXInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.startPositionYInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.fileSourceHandleId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jigConfigurationId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jigConfiguration.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jigConfiguration.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jigConfiguration.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jigConfiguration.jigPositionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType"
            }
          },
          {
            "name": "filter.jigConfiguration.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jigConfiguration.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jigConfiguration.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jigConfiguration.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplateId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.customerReference",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.verticalDpi",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.horizontalDpi",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.maximumColorDepthInBits",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.printAreaVerticalSizeInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.printAreaHorizontalSizeInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.spitLineEnabled",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.spitLineStartInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.spitLineWidthInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.RecipeName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.externalRasterizationSettings",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.spitLineIntensity",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "float"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.colorSpaceId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.colorSpace.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.colorSpace.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.colorSpace.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.colorSpace.displayColorSpace",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.DisplayColorSpace"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.colorSpace.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.colorSpace.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.colorSpace.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.colorSpace.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.printConfiguration.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.printConfigurationId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.backgroundImageFileHandleId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.backgroundImageStartXInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.jobTemplate.backgroundImageStartYInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.jobTemplate.jigConfigurationEnabled",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "filter.jobTemplate.loadConfigurationId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.loadConfiguration.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.loadConfiguration.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.loadConfiguration.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.loadConfiguration.jigPositionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType"
            }
          },
          {
            "name": "filter.jobTemplate.loadConfiguration.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.loadConfiguration.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.loadConfiguration.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.loadConfiguration.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.unloadConfigurationId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.unloadConfiguration.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.unloadConfiguration.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.unloadConfiguration.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.unloadConfiguration.jigPositionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType"
            }
          },
          {
            "name": "filter.jobTemplate.unloadConfiguration.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.unloadConfiguration.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.unloadConfiguration.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.unloadConfiguration.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jobTemplate.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.startRotationZInDegrees",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListImageTemplateReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ImageTemplateService"
        ],
        "operationId": "PATCHjob_composing_module_v1_image_template",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateImageTemplateRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateImageTemplateReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/image_template/{id}": {
      "get": {
        "tags": [
          "ImageTemplateService"
        ],
        "operationId": "GETjob_composing_module_v1_image_template_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetImageTemplateReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ImageTemplateService"
        ],
        "operationId": "DELETEjob_composing_module_v1_image_template_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.Empty"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/jig_configuration": {
      "post": {
        "tags": [
          "JigConfigurationService"
        ],
        "operationId": "POSTjob_composing_module_v1_jig_configuration",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateJigConfigurationRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateJigConfigurationReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "JigConfigurationService"
        ],
        "operationId": "GETjob_composing_module_v1_jig_configuration",
        "parameters": [
          {
            "name": "paging.pageSize",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.pageNumber",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.includeTotalSize",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "descending",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "order.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.jigPositionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType"
            }
          },
          {
            "name": "order.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.jigPositionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType"
            }
          },
          {
            "name": "filter.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListJigConfigurationReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "JigConfigurationService"
        ],
        "operationId": "PATCHjob_composing_module_v1_jig_configuration",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateJigConfigurationRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateJigConfigurationReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/jig_configuration/{id}": {
      "get": {
        "tags": [
          "JigConfigurationService"
        ],
        "operationId": "GETjob_composing_module_v1_jig_configuration_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetJigConfigurationReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "JigConfigurationService"
        ],
        "operationId": "DELETEjob_composing_module_v1_jig_configuration_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.Empty"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/jig": {
      "post": {
        "tags": [
          "JigService"
        ],
        "operationId": "POSTjob_composing_module_v1_jig",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateJigRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateJigReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "JigService"
        ],
        "operationId": "GETjob_composing_module_v1_jig",
        "parameters": [
          {
            "name": "paging.pageSize",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.pageNumber",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.includeTotalSize",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "descending",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "order.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListJigReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "JigService"
        ],
        "operationId": "PATCHjob_composing_module_v1_jig",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateJigRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateJigReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/jig/{id}": {
      "get": {
        "tags": [
          "JigService"
        ],
        "operationId": "GETjob_composing_module_v1_jig_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetJigReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "JigService"
        ],
        "operationId": "DELETEjob_composing_module_v1_jig_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.Empty"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/module_info": {
      "get": {
        "tags": [
          "JobComposingModuleInfoService"
        ],
        "operationId": "GETjob_composing_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"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/feature_flags": {
      "get": {
        "tags": [
          "JobComposingModuleInfoService"
        ],
        "operationId": "GETjob_composing_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"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/release_notes": {
      "get": {
        "tags": [
          "JobComposingModuleInfoService"
        ],
        "operationId": "GETjob_composing_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"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/health_checks": {
      "get": {
        "tags": [
          "JobComposingModuleInfoService"
        ],
        "operationId": "GETjob_composing_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"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/job_template": {
      "post": {
        "tags": [
          "JobTemplateService"
        ],
        "operationId": "POSTjob_composing_module_v1_job_template",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateJobTemplateRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateJobTemplateReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "JobTemplateService"
        ],
        "operationId": "GETjob_composing_module_v1_job_template",
        "parameters": [
          {
            "name": "paging.pageSize",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.pageNumber",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.includeTotalSize",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "descending",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "order.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.customerReference",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.printConfiguration.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.printConfiguration.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.printConfiguration.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.printConfiguration.verticalDpi",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.printConfiguration.horizontalDpi",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.printConfiguration.maximumColorDepthInBits",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "order.printConfiguration.printAreaVerticalSizeInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.printConfiguration.printAreaHorizontalSizeInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.printConfiguration.spitLineEnabled",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "order.printConfiguration.spitLineStartInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.printConfiguration.spitLineWidthInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.printConfiguration.RecipeName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.printConfiguration.externalRasterizationSettings",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.printConfiguration.spitLineIntensity",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "float"
            }
          },
          {
            "name": "order.printConfiguration.colorSpaceId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.printConfiguration.colorSpace.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.printConfiguration.colorSpace.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.printConfiguration.colorSpace.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.printConfiguration.colorSpace.displayColorSpace",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.DisplayColorSpace"
            }
          },
          {
            "name": "order.printConfiguration.colorSpace.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.printConfiguration.colorSpace.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.printConfiguration.colorSpace.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.printConfiguration.colorSpace.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.printConfiguration.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.printConfiguration.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.printConfiguration.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.printConfiguration.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.printConfigurationId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.backgroundImageFileHandleId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.backgroundImageStartXInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.backgroundImageStartYInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.jigConfigurationEnabled",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "order.loadConfigurationId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.loadConfiguration.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.loadConfiguration.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.loadConfiguration.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.loadConfiguration.jigPositionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType"
            }
          },
          {
            "name": "order.loadConfiguration.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.loadConfiguration.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.loadConfiguration.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.loadConfiguration.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.unloadConfigurationId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.unloadConfiguration.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.unloadConfiguration.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.unloadConfiguration.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.unloadConfiguration.jigPositionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType"
            }
          },
          {
            "name": "order.unloadConfiguration.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.unloadConfiguration.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.unloadConfiguration.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.unloadConfiguration.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.customerReference",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.printConfiguration.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.printConfiguration.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.printConfiguration.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.printConfiguration.verticalDpi",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.printConfiguration.horizontalDpi",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.printConfiguration.maximumColorDepthInBits",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filter.printConfiguration.printAreaVerticalSizeInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.printConfiguration.printAreaHorizontalSizeInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.printConfiguration.spitLineEnabled",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "filter.printConfiguration.spitLineStartInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.printConfiguration.spitLineWidthInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.printConfiguration.RecipeName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.printConfiguration.externalRasterizationSettings",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.printConfiguration.spitLineIntensity",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "float"
            }
          },
          {
            "name": "filter.printConfiguration.colorSpaceId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.printConfiguration.colorSpace.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.printConfiguration.colorSpace.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.printConfiguration.colorSpace.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.printConfiguration.colorSpace.displayColorSpace",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.DisplayColorSpace"
            }
          },
          {
            "name": "filter.printConfiguration.colorSpace.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.printConfiguration.colorSpace.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.printConfiguration.colorSpace.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.printConfiguration.colorSpace.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.printConfiguration.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.printConfiguration.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.printConfiguration.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.printConfiguration.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.printConfigurationId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.backgroundImageFileHandleId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.backgroundImageStartXInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.backgroundImageStartYInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.jigConfigurationEnabled",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "filter.loadConfigurationId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.loadConfiguration.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.loadConfiguration.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.loadConfiguration.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.loadConfiguration.jigPositionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType"
            }
          },
          {
            "name": "filter.loadConfiguration.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.loadConfiguration.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.loadConfiguration.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.loadConfiguration.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.unloadConfigurationId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.unloadConfiguration.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.unloadConfiguration.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.unloadConfiguration.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.unloadConfiguration.jigPositionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType"
            }
          },
          {
            "name": "filter.unloadConfiguration.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.unloadConfiguration.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.unloadConfiguration.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.unloadConfiguration.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListJobTemplateReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "JobTemplateService"
        ],
        "operationId": "PATCHjob_composing_module_v1_job_template",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateJobTemplateRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateJobTemplateReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/job_template/{id}": {
      "get": {
        "tags": [
          "JobTemplateService"
        ],
        "operationId": "GETjob_composing_module_v1_job_template_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetJobTemplateReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "JobTemplateService"
        ],
        "operationId": "DELETEjob_composing_module_v1_job_template_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.Empty"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/job_template_status": {
      "get": {
        "tags": [
          "JobTemplateStatusService"
        ],
        "operationId": "GETjob_composing_module_v1_job_template_status",
        "parameters": [
          {
            "name": "jobTemplateId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetJobTemplateStatusReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/position": {
      "post": {
        "tags": [
          "PositionService"
        ],
        "operationId": "POSTjob_composing_module_v1_position",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreatePositionRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreatePositionReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "PositionService"
        ],
        "operationId": "GETjob_composing_module_v1_position",
        "parameters": [
          {
            "name": "paging.pageSize",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.pageNumber",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.includeTotalSize",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "descending",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "order.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.value",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "float"
            }
          },
          {
            "name": "order.jigPositionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType"
            }
          },
          {
            "name": "order.actuatorId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.actuator.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.actuator.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.actuator.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.actuator.index",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "order.actuator.jigId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.actuator.jig.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.actuator.jig.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.actuator.jig.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.actuator.jig.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.actuator.jig.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.actuator.jig.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.actuator.jig.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.actuator.minValue",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "float"
            }
          },
          {
            "name": "order.actuator.maxValue",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "float"
            }
          },
          {
            "name": "order.actuator.positionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PositionType"
            }
          },
          {
            "name": "order.actuator.positionUnit",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PositionUnit"
            }
          },
          {
            "name": "order.actuator.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.actuator.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.actuator.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.actuator.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.value",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "float"
            }
          },
          {
            "name": "filter.jigPositionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType"
            }
          },
          {
            "name": "filter.actuatorId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.actuator.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.actuator.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.actuator.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.actuator.index",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filter.actuator.jigId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.actuator.jig.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.actuator.jig.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.actuator.jig.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.actuator.jig.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.actuator.jig.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.actuator.jig.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.actuator.jig.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.actuator.minValue",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "float"
            }
          },
          {
            "name": "filter.actuator.maxValue",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "float"
            }
          },
          {
            "name": "filter.actuator.positionType",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PositionType"
            }
          },
          {
            "name": "filter.actuator.positionUnit",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PositionUnit"
            }
          },
          {
            "name": "filter.actuator.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.actuator.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.actuator.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.actuator.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListPositionReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "PositionService"
        ],
        "operationId": "PATCHjob_composing_module_v1_position",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdatePositionRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdatePositionReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/position/{id}": {
      "get": {
        "tags": [
          "PositionService"
        ],
        "operationId": "GETjob_composing_module_v1_position_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetPositionReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "PositionService"
        ],
        "operationId": "DELETEjob_composing_module_v1_position_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.Empty"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/print_configuration": {
      "post": {
        "tags": [
          "PrintConfigurationService"
        ],
        "operationId": "POSTjob_composing_module_v1_print_configuration",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreatePrintConfigurationRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreatePrintConfigurationReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "PrintConfigurationService"
        ],
        "operationId": "GETjob_composing_module_v1_print_configuration",
        "parameters": [
          {
            "name": "paging.pageSize",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.pageNumber",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "paging.includeTotalSize",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "descending",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "order.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.verticalDpi",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.horizontalDpi",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.maximumColorDepthInBits",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "order.printAreaVerticalSizeInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.printAreaHorizontalSizeInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.spitLineEnabled",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "order.spitLineStartInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.spitLineWidthInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "order.RecipeName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.externalRasterizationSettings",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.spitLineIntensity",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "float"
            }
          },
          {
            "name": "order.colorSpaceId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorSpace.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorSpace.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorSpace.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorSpace.displayColorSpace",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.DisplayColorSpace"
            }
          },
          {
            "name": "order.colorSpace.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorSpace.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorSpace.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.colorSpace.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.verticalDpi",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.horizontalDpi",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.maximumColorDepthInBits",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "filter.printAreaVerticalSizeInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.printAreaHorizontalSizeInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.spitLineEnabled",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "filter.spitLineStartInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.spitLineWidthInMillimetre",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          },
          {
            "name": "filter.RecipeName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.externalRasterizationSettings",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.spitLineIntensity",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "float"
            }
          },
          {
            "name": "filter.colorSpaceId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorSpace.id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorSpace.name",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorSpace.comment",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorSpace.displayColorSpace",
            "in": "query",
            "schema": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.DisplayColorSpace"
            }
          },
          {
            "name": "filter.colorSpace.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorSpace.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorSpace.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.colorSpace.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.CreatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedByUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter.audit.UpdatedDateTimeUtc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListPrintConfigurationReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "PrintConfigurationService"
        ],
        "operationId": "PATCHjob_composing_module_v1_print_configuration",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdatePrintConfigurationRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdatePrintConfigurationReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/print_configuration/{id}": {
      "get": {
        "tags": [
          "PrintConfigurationService"
        ],
        "operationId": "GETjob_composing_module_v1_print_configuration_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetPrintConfigurationReply"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "PrintConfigurationService"
        ],
        "operationId": "DELETEjob_composing_module_v1_print_configuration_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Protobuf.WellKnownTypes.Empty"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Google.Rpc.Status"
                }
              }
            }
          }
        }
      }
    },
    "/job_composing_module/v1/print_configuration_rasterization/{id}": {
      "get": {
        "tags": [
          "PrintConfigurationService"
        ],
        "operationId": "GETjob_composing_module_v1_print_configuration_rasterization_{id}",
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetPrintConfigurationReply"
                }
              }
            }
          },
          "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.Audit.Protos.V1.Audit": {
        "type": "object",
        "properties": {
          "CreatedByUserName": {
            "type": "string"
          },
          "CreatedDateTimeUtc": {
            "type": "string"
          },
          "UpdatedByUserName": {
            "type": "string"
          },
          "UpdatedDateTimeUtc": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.Files.Protos.V1.FileType": {
        "enum": [
          "FILE_TYPE_UNKNOWN",
          "FILE_TYPE_PDF",
          "FILE_TYPE_ISI",
          "FILE_TYPE_TIFF",
          "FILE_TYPE_DJOB",
          "FILE_TYPE_BMP",
          "FILE_TYPE_PNG",
          "FILE_TYPE_ZIP"
        ],
        "type": "string"
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Actuator": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "comment": {
            "type": "string"
          },
          "index": {
            "type": "integer",
            "format": "int32"
          },
          "jigId": {
            "type": "string"
          },
          "jig": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Jig"
          },
          "positions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Position"
            }
          },
          "minValue": {
            "type": "number",
            "format": "float"
          },
          "maxValue": {
            "type": "number",
            "format": "float"
          },
          "positionType": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PositionType"
          },
          "positionUnit": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PositionUnit"
          },
          "audit": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Audit.Protos.V1.Audit"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ActuatorConfiguration": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "value": {
            "type": "number",
            "format": "float"
          },
          "index": {
            "type": "integer",
            "format": "int32"
          },
          "positionType": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PositionType"
          },
          "positionUnit": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PositionUnit"
          },
          "jigConfigurationId": {
            "type": "string"
          },
          "jigConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigConfiguration"
          },
          "audit": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Audit.Protos.V1.Audit"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorDefinition": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "displayName": {
            "type": "string"
          },
          "comment": {
            "type": "string"
          },
          "colorKey": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorKey"
          },
          "displayColor": {
            "type": "string"
          },
          "audit": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Audit.Protos.V1.Audit"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorKey": {
        "enum": [
          "COLOR_KEY_UNKNOWN",
          "COLOR_KEY_BLACK",
          "COLOR_KEY_CYAN",
          "COLOR_KEY_MAGENTA",
          "COLOR_KEY_YELLOW",
          "COLOR_KEY_RED",
          "COLOR_KEY_GREEN",
          "COLOR_KEY_BLUE",
          "COLOR_KEY_ALPHA",
          "COLOR_KEY_META00",
          "COLOR_KEY_META01",
          "COLOR_KEY_META02",
          "COLOR_KEY_META03",
          "COLOR_KEY_META04",
          "COLOR_KEY_META05",
          "COLOR_KEY_META06",
          "COLOR_KEY_META07",
          "COLOR_KEY_META08",
          "COLOR_KEY_META09",
          "COLOR_KEY_META10",
          "COLOR_KEY_META11",
          "COLOR_KEY_META12",
          "COLOR_KEY_META13",
          "COLOR_KEY_META14",
          "COLOR_KEY_META15",
          "COLOR_KEY_META16",
          "COLOR_KEY_META17",
          "COLOR_KEY_META18",
          "COLOR_KEY_META19",
          "COLOR_KEY_META20",
          "COLOR_KEY_META21",
          "COLOR_KEY_META22",
          "COLOR_KEY_META23",
          "COLOR_KEY_META24",
          "COLOR_KEY_META25",
          "COLOR_KEY_META26",
          "COLOR_KEY_META27",
          "COLOR_KEY_META28",
          "COLOR_KEY_META29",
          "COLOR_KEY_META30",
          "COLOR_KEY_META31",
          "COLOR_KEY_META32",
          "COLOR_KEY_META33",
          "COLOR_KEY_META34",
          "COLOR_KEY_META35",
          "COLOR_KEY_META36",
          "COLOR_KEY_META37",
          "COLOR_KEY_META38",
          "COLOR_KEY_META39",
          "COLOR_KEY_META40",
          "COLOR_KEY_META41",
          "COLOR_KEY_META42",
          "COLOR_KEY_META43",
          "COLOR_KEY_META44",
          "COLOR_KEY_META45",
          "COLOR_KEY_META46",
          "COLOR_KEY_META47",
          "COLOR_KEY_META48",
          "COLOR_KEY_META49",
          "COLOR_KEY_META50",
          "COLOR_KEY_META51",
          "COLOR_KEY_META52",
          "COLOR_KEY_META53",
          "COLOR_KEY_META54",
          "COLOR_KEY_META55",
          "COLOR_KEY_META56",
          "COLOR_KEY_META57",
          "COLOR_KEY_META58",
          "COLOR_KEY_META59",
          "COLOR_KEY_META60",
          "COLOR_KEY_META61",
          "COLOR_KEY_META62",
          "COLOR_KEY_META63"
        ],
        "type": "string"
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorSpace": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "comment": {
            "type": "string"
          },
          "displayColorSpace": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.DisplayColorSpace"
          },
          "colorSpaceLinks": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorSpaceLink"
            }
          },
          "audit": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Audit.Protos.V1.Audit"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorSpaceLink": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "colorSpaceId": {
            "type": "string"
          },
          "colorSpace": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorSpace"
          },
          "colorDefinitionId": {
            "type": "string"
          },
          "colorDefinition": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorDefinition"
          },
          "audit": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Audit.Protos.V1.Audit"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateActuatorConfigurationReply": {
        "type": "object",
        "properties": {
          "actuatorConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ActuatorConfiguration"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateActuatorConfigurationRequest": {
        "type": "object",
        "properties": {
          "actuatorConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ActuatorConfiguration"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateActuatorReply": {
        "type": "object",
        "properties": {
          "actuator": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Actuator"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateActuatorRequest": {
        "type": "object",
        "properties": {
          "actuator": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Actuator"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateColorDefinitionReply": {
        "type": "object",
        "properties": {
          "colorDefinition": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorDefinition"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateColorDefinitionRequest": {
        "type": "object",
        "properties": {
          "colorDefinition": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorDefinition"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateColorSpaceLinkReply": {
        "type": "object",
        "properties": {
          "colorSpaceLink": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorSpaceLink"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateColorSpaceLinkRequest": {
        "type": "object",
        "properties": {
          "colorSpaceLink": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorSpaceLink"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateColorSpaceReply": {
        "type": "object",
        "properties": {
          "colorSpace": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorSpace"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateColorSpaceRequest": {
        "type": "object",
        "properties": {
          "colorSpace": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorSpace"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateImageTemplateReply": {
        "type": "object",
        "properties": {
          "imageTemplate": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ImageTemplate"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateImageTemplateRequest": {
        "type": "object",
        "properties": {
          "imageTemplate": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ImageTemplate"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateJigConfigurationReply": {
        "type": "object",
        "properties": {
          "jigConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigConfiguration"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateJigConfigurationRequest": {
        "type": "object",
        "properties": {
          "jigConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigConfiguration"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateJigReply": {
        "type": "object",
        "properties": {
          "jig": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Jig"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateJigRequest": {
        "type": "object",
        "properties": {
          "jig": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Jig"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateJobTemplateReply": {
        "type": "object",
        "properties": {
          "jobTemplate": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JobTemplate"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreateJobTemplateRequest": {
        "type": "object",
        "properties": {
          "jobTemplate": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JobTemplate"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreatePositionReply": {
        "type": "object",
        "properties": {
          "position": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Position"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreatePositionRequest": {
        "type": "object",
        "properties": {
          "position": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Position"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreatePrintConfigurationReply": {
        "type": "object",
        "properties": {
          "printConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PrintConfiguration"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.CreatePrintConfigurationRequest": {
        "type": "object",
        "properties": {
          "printConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PrintConfiguration"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.DisplayColorSpace": {
        "enum": [
          "DISPLAY_COLOR_SPACE_Unknown",
          "DISPLAY_COLOR_SPACE_RGB",
          "DISPLAY_COLOR_SPACE_CMY",
          "DISPLAY_COLOR_SPACE_CMYK",
          "DISPLAY_COLOR_SPACE_None",
          "DISPLAY_COLOR_SPACE_ICC_Profile"
        ],
        "type": "string"
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GeneratePrintJobReply": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "type": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Files.Protos.V1.FileType"
          },
          "fileData": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetActuatorConfigurationReply": {
        "type": "object",
        "properties": {
          "actuatorConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ActuatorConfiguration"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetActuatorReply": {
        "type": "object",
        "properties": {
          "actuator": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Actuator"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetColorDefinitionReply": {
        "type": "object",
        "properties": {
          "colorDefinition": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorDefinition"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetColorSpaceLinkReply": {
        "type": "object",
        "properties": {
          "colorSpaceLink": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorSpaceLink"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetColorSpaceReply": {
        "type": "object",
        "properties": {
          "colorSpace": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorSpace"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetImageTemplateReply": {
        "type": "object",
        "properties": {
          "imageTemplate": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ImageTemplate"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetJigConfigurationReply": {
        "type": "object",
        "properties": {
          "jigConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigConfiguration"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetJigReply": {
        "type": "object",
        "properties": {
          "jig": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Jig"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetJobTemplateReply": {
        "type": "object",
        "properties": {
          "jobTemplate": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JobTemplate"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetJobTemplateStatusReply": {
        "type": "object",
        "properties": {
          "jobTemplateStatus": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JobTemplateStatus"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetPositionReply": {
        "type": "object",
        "properties": {
          "position": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Position"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.GetPrintConfigurationReply": {
        "type": "object",
        "properties": {
          "printConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PrintConfiguration"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ImageTemplate": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "comment": {
            "type": "string"
          },
          "productNumber": {
            "type": "integer",
            "format": "int64"
          },
          "activeLayers": {
            "type": "integer",
            "format": "int32"
          },
          "activeSides": {
            "type": "integer",
            "format": "int32"
          },
          "startPositionXInMillimetre": {
            "type": "number",
            "format": "double"
          },
          "startPositionYInMillimetre": {
            "type": "number",
            "format": "double"
          },
          "fileSourceHandleId": {
            "type": "string"
          },
          "jigConfigurationId": {
            "type": "string"
          },
          "jigConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigConfiguration"
          },
          "jobTemplateId": {
            "type": "string"
          },
          "jobTemplate": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JobTemplate"
          },
          "audit": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Audit.Protos.V1.Audit"
          },
          "startRotationZInDegrees": {
            "type": "number",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Jig": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "comment": {
            "type": "string"
          },
          "actuators": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Actuator"
            }
          },
          "audit": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Audit.Protos.V1.Audit"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigConfiguration": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "comment": {
            "type": "string"
          },
          "jigPositionType": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType"
          },
          "actuatorConfigurations": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ActuatorConfiguration"
            }
          },
          "audit": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Audit.Protos.V1.Audit"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType": {
        "enum": [
          "JIG_POSITION_TYPE_UNKNOWN",
          "JIG_POSITION_TYPE_PRINT",
          "JIG_POSITION_TYPE_TRANSPORT",
          "JIG_POSITION_TYPE_LOAD",
          "JIG_POSITION_TYPE_UNLOAD",
          "JIG_POSITION_TYPE_INSPECT",
          "JIG_POSITION_TYPE_PROCESS"
        ],
        "type": "string"
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JobState": {
        "enum": [
          "JOB_STATE_UNKNOWN",
          "JOB_STATE_IDLE",
          "JOB_STATE_QUEUED",
          "JOB_STATE_PROCESSING",
          "JOB_STATE_READY",
          "JOB_STATE_ONE_OR_MORE_VALIDATION_WARNINGS",
          "JOB_STATE_ONE_OR_MORE_PROCESSING_ERRORS"
        ],
        "type": "string"
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JobTemplate": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "customerReference": {
            "type": "string"
          },
          "comment": {
            "type": "string"
          },
          "printConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PrintConfiguration"
          },
          "printConfigurationId": {
            "type": "string"
          },
          "imageTemplates": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ImageTemplate"
            }
          },
          "backgroundImageFileHandleId": {
            "type": "string"
          },
          "backgroundImageStartXInMillimetre": {
            "type": "number",
            "format": "double"
          },
          "backgroundImageStartYInMillimetre": {
            "type": "number",
            "format": "double"
          },
          "jigConfigurationEnabled": {
            "type": "boolean"
          },
          "loadConfigurationId": {
            "type": "string"
          },
          "loadConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigConfiguration"
          },
          "unloadConfigurationId": {
            "type": "string"
          },
          "unloadConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigConfiguration"
          },
          "audit": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Audit.Protos.V1.Audit"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JobTemplateStatus": {
        "type": "object",
        "properties": {
          "jobState": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JobState"
          },
          "validationWarnings": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "processingErrors": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListActuatorConfigurationReply": {
        "type": "object",
        "properties": {
          "actuatorConfigurations": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ActuatorConfiguration"
            }
          },
          "paging": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Paging.Protos.V1.PagingReply"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListActuatorReply": {
        "type": "object",
        "properties": {
          "actuators": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Actuator"
            }
          },
          "paging": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Paging.Protos.V1.PagingReply"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListColorDefinitionReply": {
        "type": "object",
        "properties": {
          "colorDefinitions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorDefinition"
            }
          },
          "paging": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Paging.Protos.V1.PagingReply"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListColorSpaceLinkReply": {
        "type": "object",
        "properties": {
          "colorSpaceLinks": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorSpaceLink"
            }
          },
          "paging": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Paging.Protos.V1.PagingReply"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListColorSpaceReply": {
        "type": "object",
        "properties": {
          "colorSpaces": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorSpace"
            }
          },
          "paging": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Paging.Protos.V1.PagingReply"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListImageTemplateReply": {
        "type": "object",
        "properties": {
          "imageTemplates": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ImageTemplate"
            }
          },
          "paging": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Paging.Protos.V1.PagingReply"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListJigConfigurationReply": {
        "type": "object",
        "properties": {
          "jigConfigurations": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigConfiguration"
            }
          },
          "paging": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Paging.Protos.V1.PagingReply"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListJigReply": {
        "type": "object",
        "properties": {
          "jigs": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Jig"
            }
          },
          "paging": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Paging.Protos.V1.PagingReply"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListJobTemplateReply": {
        "type": "object",
        "properties": {
          "jobTemplates": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JobTemplate"
            }
          },
          "paging": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Paging.Protos.V1.PagingReply"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListPositionReply": {
        "type": "object",
        "properties": {
          "positions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Position"
            }
          },
          "paging": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Paging.Protos.V1.PagingReply"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ListPrintConfigurationReply": {
        "type": "object",
        "properties": {
          "printConfigurations": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PrintConfiguration"
            }
          },
          "paging": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Paging.Protos.V1.PagingReply"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Position": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "value": {
            "type": "number",
            "format": "float"
          },
          "jigPositionType": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigPositionType"
          },
          "actuatorId": {
            "type": "string"
          },
          "actuator": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Actuator"
          },
          "audit": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Audit.Protos.V1.Audit"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PositionType": {
        "enum": [
          "POSITION_TYPE_UNKNOWN",
          "POSITION_TYPE_INDEX",
          "POSITION_TYPE_ABSOLUTE"
        ],
        "type": "string"
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PositionUnit": {
        "enum": [
          "POSITION_UNIT_UNKNOWN",
          "POSITION_UNIT_UNITLESS",
          "POSITION_UNIT_MILLIMETER",
          "POSITION_UNIT_DEGREES",
          "POSITION_UNIT_INCH"
        ],
        "type": "string"
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PrintConfiguration": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "comment": {
            "type": "string"
          },
          "verticalDpi": {
            "type": "number",
            "format": "double"
          },
          "horizontalDpi": {
            "type": "number",
            "format": "double"
          },
          "maximumColorDepthInBits": {
            "type": "integer",
            "format": "int32"
          },
          "printAreaVerticalSizeInMillimetre": {
            "type": "number",
            "format": "double"
          },
          "printAreaHorizontalSizeInMillimetre": {
            "type": "number",
            "format": "double"
          },
          "spitLineEnabled": {
            "type": "boolean"
          },
          "spitLineStartInMillimetre": {
            "type": "number",
            "format": "double"
          },
          "spitLineWidthInMillimetre": {
            "type": "number",
            "format": "double"
          },
          "RecipeName": {
            "type": "string"
          },
          "externalRasterizationSettings": {
            "type": "string"
          },
          "spitLineIntensity": {
            "type": "number",
            "format": "float"
          },
          "colorSpaceId": {
            "type": "string"
          },
          "colorSpace": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorSpace"
          },
          "audit": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.Audit.Protos.V1.Audit"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PrintMode": {
        "enum": [
          "PRINT_MODE_UNKNOWN",
          "PRINT_MODE_SINGLE",
          "PRINT_MODE_BATCH",
          "PRINT_MODE_CONTINUOUS"
        ],
        "type": "string"
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PrinterType": {
        "enum": [
          "PRINTERTYPE_UNKNOWN",
          "PRINTERTYPE_DIGI_COMPACT",
          "PRINTERTYPE_DIGI_COMPACT_HC",
          "PRINTERTYPE_DIGI_7",
          "PRINTERTYPE_DIGI_MINI",
          "PRINTERTYPE_DIGI_COMPACT_SIMULATOR",
          "PRINTERTYPE_DIGI_TESTBED"
        ],
        "type": "string"
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateActuatorConfigurationReply": {
        "type": "object",
        "properties": {
          "actuatorConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ActuatorConfiguration"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateActuatorConfigurationRequest": {
        "type": "object",
        "properties": {
          "actuatorConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ActuatorConfiguration"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateActuatorReply": {
        "type": "object",
        "properties": {
          "actuator": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Actuator"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateActuatorRequest": {
        "type": "object",
        "properties": {
          "actuator": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Actuator"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateColorDefinitionReply": {
        "type": "object",
        "properties": {
          "colorDefinition": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorDefinition"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateColorDefinitionRequest": {
        "type": "object",
        "properties": {
          "colorDefinition": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorDefinition"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateColorSpaceLinkReply": {
        "type": "object",
        "properties": {
          "colorSpaceLink": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorSpaceLink"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateColorSpaceLinkRequest": {
        "type": "object",
        "properties": {
          "colorSpaceLink": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorSpaceLink"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateColorSpaceReply": {
        "type": "object",
        "properties": {
          "colorSpace": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorSpace"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateColorSpaceRequest": {
        "type": "object",
        "properties": {
          "colorSpace": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ColorSpace"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateImageTemplateReply": {
        "type": "object",
        "properties": {
          "imageTemplate": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ImageTemplate"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateImageTemplateRequest": {
        "type": "object",
        "properties": {
          "imageTemplate": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.ImageTemplate"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateJigConfigurationReply": {
        "type": "object",
        "properties": {
          "jigConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigConfiguration"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateJigConfigurationRequest": {
        "type": "object",
        "properties": {
          "jigConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JigConfiguration"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateJigReply": {
        "type": "object",
        "properties": {
          "jig": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Jig"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateJigRequest": {
        "type": "object",
        "properties": {
          "jig": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Jig"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateJobTemplateReply": {
        "type": "object",
        "properties": {
          "jobTemplate": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JobTemplate"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdateJobTemplateRequest": {
        "type": "object",
        "properties": {
          "jobTemplate": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.JobTemplate"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdatePositionReply": {
        "type": "object",
        "properties": {
          "position": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Position"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdatePositionRequest": {
        "type": "object",
        "properties": {
          "position": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.Position"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdatePrintConfigurationReply": {
        "type": "object",
        "properties": {
          "printConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PrintConfiguration"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.UpdatePrintConfigurationRequest": {
        "type": "object",
        "properties": {
          "printConfiguration": {
            "$ref": "#/components/schemas/Bergstein.Digi.Shared.Interfaces.PrintManager.JobComposing.Protos.V1.PrintConfiguration"
          }
        },
        "additionalProperties": false
      },
      "Bergstein.Digi.Shared.Interfaces.PrintManager.Paging.Protos.V1.PagingReply": {
        "type": "object",
        "properties": {
          "totalSize": {
            "type": "integer",
            "format": "int32"
          }
        },
        "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.Empty": {
        "type": "object",
        "additionalProperties": false
      },
      "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": "ActuatorConfigurationService"
    },
    {
      "name": "ActuatorService"
    },
    {
      "name": "ColorDefinitionService"
    },
    {
      "name": "ColorSpaceLinkService"
    },
    {
      "name": "ColorSpaceService"
    },
    {
      "name": "GeneratePrintJobService"
    },
    {
      "name": "ImageTemplateService"
    },
    {
      "name": "JigConfigurationService"
    },
    {
      "name": "JigService"
    },
    {
      "name": "JobComposingModuleInfoService"
    },
    {
      "name": "JobTemplateService"
    },
    {
      "name": "JobTemplateStatusService"
    },
    {
      "name": "PositionService"
    },
    {
      "name": "PrintConfigurationService"
    }
  ]
}