{
  "openapi" : "3.1.0",
  "info" : {
    "title" : "Operations",
    "description" : "A monolith for Demo202509 :: 2026-03-31T18:43:28.906717079Z[UTC]",
    "termsOfService" : "https://arda.cards/terms-of-service",
    "contact" : {
      "name" : "Arda Cards",
      "url" : "https://arda.cards",
      "email" : "systems@arda.cards"
    },
    "license" : {
      "name" : "Arda License",
      "url" : "https://arda.cards/terms-of-service",
      "identifier" : "Arda Proprietary"
    },
    "version" : "v1"
  },
  "externalDocs" : {
    "description" : "Documentation for Arda Cards Integration Developers",
    "url" : "https://arda.cards/developers"
  },
  "servers" : [ {
    "url" : "https://stage.alpha002.io.arda.cards",
    "description" : "Server for Operations with version v1"
  } ],
  "tags" : [ ],
  "paths" : {
    "/v1/kanban/kanban-card" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Add new kanban-card",
        "description" : "Add new kanban-card",
        "operationId" : "kanban-card-add",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "Input Information to create or update kanban-card",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.api.KanbanCardInput"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/{entity-id}" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get kanban-card by id with time coordinates",
        "description" : "Get kanban-card by id with time coordinates",
        "operationId" : "kanban-card-entity-id-get-by-eid",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the kanban-card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "A unique identifier for the request, the server will generate one if not provided",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        }, {
          "name" : "recordedasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      },
      "put" : {
        "tags" : [ "v1" ],
        "summary" : "Update a kanban-card",
        "description" : "Update a kanban-card",
        "operationId" : "kanban-card-entity-id-update",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the kanban-card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "A unique identifier for the request, the server will generate one if not provided",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "Input Information to create or update kanban-card",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.api.KanbanCardInput"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      },
      "delete" : {
        "tags" : [ "v1" ],
        "summary" : "Delete kanban-card by id with time coordinates",
        "description" : "Delete kanban-card by id with time coordinates",
        "operationId" : "kanban-card-entity-id-remove",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the kanban-card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "A unique identifier for the request, the server will generate one if not provided",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/rid/{entity-record-id}" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get Order Header by Record Id",
        "description" : "Get Order Header by Record Id.",
        "operationId" : "kanban-card-rid-entity-record-id-get-by-rid",
        "parameters" : [ {
          "name" : "entity-record-id",
          "in" : "path",
          "description" : "The Record Id of the kanban-card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "A unique identifier for the request, the server will generate one if not provided",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/query" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Query kanban-card first page",
        "description" : "Query kanban-card first page",
        "operationId" : "kanban-card-query-create",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "A unique identifier for the request, the server will generate one if not provided",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        }, {
          "name" : "recordedasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "Query to find kanban-card",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.common.lib.lang.query.Query"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.PageResult"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/query/{page}" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get a Page of kanban-card by page id",
        "description" : "Get a Page of kanban-card by page id",
        "operationId" : "kanban-card-query-page-get-page",
        "parameters" : [ {
          "name" : "page",
          "in" : "path",
          "description" : "The Page Id of the kanban-card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "A unique identifier for the request, the server will generate one if not provided",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        }, {
          "name" : "recordedasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.PageResult"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/{entity-id}/history" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "kanban-card History first page",
        "description" : "kanban-card History first page",
        "operationId" : "kanban-card-entity-id-history-query",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the kanban-card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "A unique identifier for the request, the server will generate one if not provided",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        } ],
        "requestBody" : {
          "description" : "History Request for kanban-card",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.server.dataauthority.HistoryRequestBody"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.PageResult"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/{entity-id}/history/{page}" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get a Page of kanban-card by page id",
        "description" : "Get a Page of kanban-card by page id",
        "operationId" : "kanban-card-entity-id-history-page-get-page",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the kanban-card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "page",
          "in" : "path",
          "description" : "The Page Id of the kanban-card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "A unique identifier for the request, the server will generate one if not provided",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.PageResult"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/bulk" : {
      "put" : {
        "tags" : [ "v1" ],
        "summary" : "Bulk update kanban-card entities",
        "description" : "Update multiple kanban-card entities in a single atomic transaction. All updates succeed or none if any fails.",
        "operationId" : "kanban-card-bulk-bulk-update",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "Bulk update request containing list of entity ID + payload pairs",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.server.dataauthority.BulkUpdateRequest"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "type" : "array",
                  "items" : {
                    "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
                  },
                  "title" : "ListOfEntityRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      },
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Bulk add kanban-card entities",
        "description" : "Add multiple kanban-card entities in a single atomic transaction. All items are created or none if any fails.",
        "operationId" : "kanban-card-bulk-bulk-add",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "List of kanban-card inputs to add in a single atomic transaction",
          "content" : {
            "application/json" : {
              "schema" : {
                "type" : "array",
                "items" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.api.KanbanCardInput"
                },
                "title" : "ListOfKanbanCardInput"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "type" : "array",
                  "items" : {
                    "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
                  },
                  "title" : "ListOfEntityRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/summary" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Generate summary for kanban-card",
        "description" : "Generate summary for kanban-card",
        "operationId" : "kanban-card-summary-generate",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        } ],
        "requestBody" : {
          "description" : "Summary request body for kanban-card",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.api.SummaryRequest"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.api.SummaryResponse"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/summary/requested" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Get a Summary of a Selection of Kanban Cards in `REQUESTED` status by Item",
        "description" : "Get a Summary of quantities of Kanban Cards by Item for cards in `REQUESTED` status and that match the provided filter",
        "operationId" : "kanban-card-summary-requested-generate",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        } ],
        "requestBody" : {
          "description" : "Summary request body for kanban-card",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.api.SummaryRequest"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.api.SummaryResponse"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/summary/in-process" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Get a Summary of a Selection of Kanban Cards in `IN_PROCESS` status by Item",
        "description" : "Get a Summary of quantities of Kanban Cards by Item for cards in `IN_PROCESS` status and that match the provided filter",
        "operationId" : "kanban-card-summary-in-process-generate",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        } ],
        "requestBody" : {
          "description" : "Summary request body for kanban-card",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.api.SummaryRequest"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.api.SummaryResponse"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/details/{card-eid}" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get Extended Details of a Kanban Card",
        "description" : "Get a Extended Details of a Kanban Card, including all the information about the Item it is associated with",
        "operationId" : "kanban-card-details-card-eid-get",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "card-eid",
          "in" : "path",
          "description" : "The Entity Id of the card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/details" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Get Detailed Information of Kanban Cards that match a Query",
        "description" : "Query Kanban Cards and get their Details, including all the information about the Item they are associated with",
        "operationId" : "kanban-card-details-generate",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        } ],
        "requestBody" : {
          "description" : "Query to find kanban-card",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.common.lib.lang.query.Query"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.PageResult"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/details/{status}" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Get Detailed Information of Kanban Cards that match a Query and have a specific Status",
        "description" : "Query Kanban Cards that match a Query and have a specific Status and get their Details,\nincluding all the information about the Item they are associated with.\nAvailable Status Values (case insensitive) are:\n  - `REQUESTED`\n  - `ACCEPTED`\n  - `IN-PROCESS`\n  - `READY`\n  - `FULFILLING`\n  - `FULFILLED`\n  - `RECEIVED`\n  - `IN-USE`\n  - `DEPLETED`",
        "operationId" : "kanban-card-details-status-by-status",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "status",
          "in" : "path",
          "description" : "The Status that the Kanban Cards must have to be included in the results",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        } ],
        "requestBody" : {
          "description" : "Query to find kanban-card",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.common.lib.lang.query.Query"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.PageResult"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/details/{page}" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get a Page of Detailed Information of Kanban Cards that match a Query",
        "description" : "Get a Page of Detailed Information of Kanban Cards that match a Query, including all the information about the Item they are associated with",
        "operationId" : "kanban-card-details-page-by-page",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "page",
          "in" : "path",
          "description" : "The Page Id of the kanban-card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.PageResult"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/{card-eid}/event/request" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Post a `request` event to a Kanban Card",
        "description" : "Notify a Card that a `request` event happened so that the Card can change its state.",
        "operationId" : "kanban-card-card-eid-event-request-post",
        "parameters" : [ {
          "name" : "card-eid",
          "in" : "path",
          "description" : "The Entity Id of the card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardStateChange"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/{card-eid}/event/accept" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Post a `accept` event to a Kanban Card",
        "description" : "Notify a Card that a `accept` event happened so that the Card can change its state.",
        "operationId" : "kanban-card-card-eid-event-accept-post",
        "parameters" : [ {
          "name" : "card-eid",
          "in" : "path",
          "description" : "The Entity Id of the card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardStateChange"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/{card-eid}/event/start-processing" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Post a `start-processing` event to a Kanban Card",
        "description" : "Notify a Card that a `start-processing` event happened so that the Card can change its state.",
        "operationId" : "kanban-card-card-eid-event-start-processing-post",
        "parameters" : [ {
          "name" : "card-eid",
          "in" : "path",
          "description" : "The Entity Id of the card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardStateChange"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/{card-eid}/event/complete-processing" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Post a `complete-processing` event to a Kanban Card",
        "description" : "Notify a Card that a `complete-processing` event happened so that the Card can change its state.",
        "operationId" : "kanban-card-card-eid-event-complete-processing-post",
        "parameters" : [ {
          "name" : "card-eid",
          "in" : "path",
          "description" : "The Entity Id of the card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardStateChange"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/{card-eid}/event/fulfill" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Post a `fulfill` event to a Kanban Card",
        "description" : "Notify a Card that a `fulfill` event happened so that the Card can change its state.",
        "operationId" : "kanban-card-card-eid-event-fulfill-post",
        "parameters" : [ {
          "name" : "card-eid",
          "in" : "path",
          "description" : "The Entity Id of the card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardStateChange"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/{card-eid}/event/receive" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Post a `receive` event to a Kanban Card",
        "description" : "Notify a Card that a `receive` event happened so that the Card can change its state.",
        "operationId" : "kanban-card-card-eid-event-receive-post",
        "parameters" : [ {
          "name" : "card-eid",
          "in" : "path",
          "description" : "The Entity Id of the card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardStateChange"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/{card-eid}/event/use" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Post a `use` event to a Kanban Card",
        "description" : "Notify a Card that a `use` event happened so that the Card can change its state.",
        "operationId" : "kanban-card-card-eid-event-use-post",
        "parameters" : [ {
          "name" : "card-eid",
          "in" : "path",
          "description" : "The Entity Id of the card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardStateChange"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/{card-eid}/event/deplete" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Post a `deplete` event to a Kanban Card",
        "description" : "Notify a Card that a `deplete` event happened so that the Card can change its state.",
        "operationId" : "kanban-card-card-eid-event-deplete-post",
        "parameters" : [ {
          "name" : "card-eid",
          "in" : "path",
          "description" : "The Entity Id of the card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardStateChange"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/{card-eid}/event/withdraw" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Post a `withdraw` event to a Kanban Card",
        "description" : "Notify a Card that a `withdraw` event happened so that the Card can change its state.",
        "operationId" : "kanban-card-card-eid-event-withdraw-post",
        "parameters" : [ {
          "name" : "card-eid",
          "in" : "path",
          "description" : "The Entity Id of the card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardStateChange"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/{card-eid}/details" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get Extended Details of a Kanban Card",
        "description" : "Get a Extended Details of a Kanban Card, including all the information about the Item it is associated with",
        "operationId" : "kanban-card-card-eid-details-get",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "card-eid",
          "in" : "path",
          "description" : "The Entity Id of the card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : true
      }
    },
    "/v1/kanban/kanban-card/for-item/{item-eid}" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get Kanban Cards for an Item",
        "description" : "Get Kanban Cards associated with a specific Item",
        "operationId" : "kanban-card-for-item-item-eid-get",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "item-eid",
          "in" : "path",
          "description" : "The Entity Id of the item",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.PageResult"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/print-card" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Print Kanban Cards",
        "description" : "Request the printing of Kanban Cards. The cards to print are selected by a Query",
        "operationId" : "kanban-card-print-card-print-cards",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        }, {
          "name" : "live-print",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "boolean",
            "title" : "Boolean"
          }
        } ],
        "requestBody" : {
          "description" : "Entity IDs Input for Kanban Cards Print Request",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.EntityIdsInput"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.shopaccess.pdfrender.business.RenderResult"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/kanban/kanban-card/{card-eid}/notes" : {
      "put" : {
        "tags" : [ "v1" ],
        "summary" : "Update the notes of a Kanban Card",
        "description" : "Update notes of a Kanban Card",
        "operationId" : "kanban-card-card-eid-notes-annotate",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "card-eid",
          "in" : "path",
          "description" : "The Entity Id of the card",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "Annotation Input for Kanban Card",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.api.AnnotationInput"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    }
  },
  "components" : {
    "schemas" : {
      "cards.arda.operations.reference.item.business.ItemReference.Value" : {
        "type" : "object",
        "properties" : {
          "eId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "rId" : {
            "type" : [ "null", "string" ],
            "format" : "uuid"
          },
          "name" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          }
        },
        "required" : [ "eId" ],
        "title" : "ItemReferenceValue"
      },
      "cards.arda.operations.reference.item.domain.Quantity.Value" : {
        "type" : "object",
        "properties" : {
          "amount" : {
            "type" : "number",
            "format" : "double",
            "title" : "Double"
          },
          "unit" : {
            "type" : "string",
            "title" : "String"
          }
        },
        "required" : [ "amount", "unit" ],
        "title" : "QuantityValue"
      },
      "cards.arda.operations.reference.item.domain.PhysicalLocator.Value" : {
        "type" : "object",
        "properties" : {
          "facility" : {
            "type" : "string",
            "title" : "String"
          },
          "department" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "location" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "subLocation" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          }
        },
        "required" : [ "facility" ],
        "title" : "PhysicalLocatorValue"
      },
      "cards.arda.operations.resources.kanban.business.KanbanCardStatus" : {
        "type" : "string",
        "enum" : [ "AVAILABLE", "REQUESTED", "IN_PROCESS", "READY", "FULFILLING", "FULFILLED", "IN_USE", "DEPLETED", "REQUESTING", "UNKNOWN" ],
        "title" : "KanbanCardStatus"
      },
      "cards.arda.operations.resources.kanban.api.KanbanCardInput" : {
        "type" : "object",
        "properties" : {
          "item" : {
            "$ref" : "#/components/schemas/cards.arda.operations.reference.item.business.ItemReference.Value"
          },
          "quantity" : {
            "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.Quantity.Value"
          },
          "locator" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.PhysicalLocator.Value"
            } ]
          },
          "seedStatus" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardStatus"
            } ]
          },
          "notes" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          }
        },
        "required" : [ "item", "quantity" ],
        "title" : "KanbanCardInput"
      },
      "kotlinx.serialization.json.JsonElement" : {
        "type" : "object",
        "properties" : { },
        "title" : "JsonElement"
      },
      "cards.arda.common.lib.api.rest.types.ErrorResponse" : {
        "type" : "object",
        "properties" : {
          "responseMessage" : {
            "type" : "string",
            "title" : "String"
          },
          "code" : {
            "type" : "integer",
            "format" : "int32",
            "title" : "Int"
          },
          "details" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/kotlinx.serialization.json.JsonElement"
            } ]
          }
        },
        "required" : [ "code", "responseMessage" ],
        "title" : "ErrorResponse"
      },
      "cards.arda.common.lib.persistence.bitemporal.TimeCoordinates" : {
        "type" : "object",
        "properties" : {
          "effective" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          },
          "recorded" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        },
        "required" : [ "effective", "recorded" ],
        "title" : "TimeCoordinates"
      },
      "cards.arda.operations.resources.kanban.business.KanbanCardMetadata" : {
        "type" : "object",
        "properties" : {
          "tenantId" : {
            "type" : "string",
            "format" : "uuid"
          }
        },
        "required" : [ "tenantId" ],
        "title" : "KanbanCardMetadata"
      },
      "cards.arda.common.lib.module.dataauthority.EntityRecord" : {
        "type" : "object",
        "properties" : {
          "rId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "asOf" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.persistence.bitemporal.TimeCoordinates"
          },
          "payload" : { },
          "metadata" : {
            "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardMetadata"
          },
          "author" : {
            "type" : "string",
            "title" : "String"
          },
          "createdBy" : {
            "type" : "string",
            "title" : "String"
          },
          "createdAt" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.persistence.bitemporal.TimeCoordinates"
          },
          "previous" : {
            "type" : [ "null", "string" ],
            "format" : "uuid"
          },
          "retired" : {
            "type" : "boolean",
            "title" : "Boolean"
          }
        },
        "required" : [ "asOf", "author", "createdAt", "createdBy", "metadata", "payload", "rId", "retired" ],
        "title" : "EntityRecord"
      },
      "cards.arda.common.lib.lang.query.Sort" : {
        "type" : "object",
        "properties" : {
          "entries" : {
            "type" : "array",
            "items" : {
              "$ref" : "#/components/schemas/cards.arda.common.lib.lang.query.SortEntry"
            },
            "title" : "ListOfSortEntry"
          }
        },
        "required" : [ "entries" ],
        "title" : "Sort"
      },
      "cards.arda.common.lib.lang.query.SortEntry" : {
        "type" : "object",
        "properties" : {
          "key" : {
            "type" : "string",
            "title" : "PropertyPath"
          },
          "direction" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.lang.query.SortDirection"
          }
        },
        "required" : [ "direction", "key" ],
        "title" : "SortEntry"
      },
      "cards.arda.common.lib.lang.query.SortDirection" : {
        "type" : "string",
        "enum" : [ "ASC", "DESC" ],
        "title" : "SortDirection"
      },
      "cards.arda.common.lib.lang.query.Pagination" : {
        "type" : "object",
        "properties" : {
          "index" : {
            "type" : "integer",
            "format" : "int32",
            "title" : "Int"
          },
          "size" : {
            "type" : "integer",
            "format" : "int32",
            "title" : "Int"
          }
        },
        "required" : [ "index", "size" ],
        "title" : "Pagination"
      },
      "cards.arda.common.lib.lang.query.Query" : {
        "type" : "object",
        "properties" : {
          "filter" : {
            "type" : "object",
            "description" : "A filter expression supporting literals, composites, transforms, and terms. Discrimination is key-based: the presence of specific keys determines the subtype.",
            "oneOf" : [ {
              "description" : "Filter.TRUE - matches all records",
              "enum" : [ true ]
            }, {
              "description" : "Filter.FALSE - matches no records",
              "enum" : [ false ]
            }, {
              "description" : "Filter.And - logical AND of clauses",
              "properties" : {
                "and" : {
                  "description" : "List of filter clauses to AND together",
                  "items" : {
                    "description" : "A nested Filter expression"
                  }
                }
              },
              "required" : [ "and" ]
            }, {
              "description" : "Filter.Or - logical OR of clauses",
              "properties" : {
                "or" : {
                  "description" : "List of filter clauses to OR together",
                  "items" : {
                    "description" : "A nested Filter expression"
                  }
                }
              },
              "required" : [ "or" ]
            }, {
              "description" : "Filter.Not - logical negation of a clause",
              "properties" : {
                "not" : {
                  "description" : "A nested Filter expression to negate"
                }
              },
              "required" : [ "not" ]
            }, {
              "description" : "Filter.IsNull - matches records where the locator field is null",
              "properties" : {
                "isNull" : {
                  "description" : "Field locator path"
                }
              },
              "required" : [ "isNull" ]
            }, {
              "description" : "Filter.IsNotNull - matches records where the locator field is not null",
              "properties" : {
                "isNotNull" : {
                  "description" : "Field locator path"
                }
              },
              "required" : [ "isNotNull" ]
            }, {
              "description" : "Filter.Eq - matches records where locator equals value",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "eq" : {
                  "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                  "oneOf" : [ { }, { }, { } ]
                }
              },
              "required" : [ "eq", "locator" ]
            }, {
              "description" : "Filter.Ne - matches records where locator does not equal value",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "ne" : {
                  "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                  "oneOf" : [ { }, { }, { } ]
                }
              },
              "required" : [ "locator", "ne" ]
            }, {
              "description" : "Filter.Gt - matches records where locator is greater than value",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "gt" : {
                  "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                  "oneOf" : [ { }, { }, { } ]
                }
              },
              "required" : [ "gt", "locator" ]
            }, {
              "description" : "Filter.Ge - matches records where locator is greater than or equal to value",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "ge" : {
                  "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                  "oneOf" : [ { }, { }, { } ]
                }
              },
              "required" : [ "ge", "locator" ]
            }, {
              "description" : "Filter.Lt - matches records where locator is less than value",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "lt" : {
                  "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                  "oneOf" : [ { }, { }, { } ]
                }
              },
              "required" : [ "locator", "lt" ]
            }, {
              "description" : "Filter.Le - matches records where locator is less than or equal to value",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "le" : {
                  "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                  "oneOf" : [ { }, { }, { } ]
                }
              },
              "required" : [ "le", "locator" ]
            }, {
              "description" : "Filter.RegEx - matches records where locator matches regex pattern",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "regex" : {
                  "description" : "Regular expression pattern"
                }
              },
              "required" : [ "locator", "regex" ]
            }, {
              "description" : "Filter.In - matches records where locator value is in the set",
              "properties" : {
                "in" : {
                  "description" : "Set term body with locator and values",
                  "properties" : {
                    "locator" : {
                      "description" : "Field locator path"
                    },
                    "values" : {
                      "description" : "Set of values to match against",
                      "items" : {
                        "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                        "oneOf" : [ { }, { }, { } ]
                      }
                    }
                  },
                  "required" : [ "locator", "values" ]
                }
              },
              "required" : [ "in" ]
            }, {
              "description" : "Filter.NotIn - matches records where locator value is not in the set",
              "properties" : {
                "notIn" : {
                  "description" : "Set term body with locator and values",
                  "properties" : {
                    "locator" : {
                      "description" : "Field locator path"
                    },
                    "values" : {
                      "description" : "Set of values to match against",
                      "items" : {
                        "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                        "oneOf" : [ { }, { }, { } ]
                      }
                    }
                  },
                  "required" : [ "locator", "values" ]
                }
              },
              "required" : [ "notIn" ]
            } ],
            "title" : "Filter"
          },
          "sort" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.lang.query.Sort"
          },
          "paginate" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.lang.query.Pagination"
          }
        },
        "required" : [ "filter", "paginate", "sort" ],
        "title" : "Query"
      },
      "cards.arda.common.lib.module.dataauthority.PageResult" : {
        "type" : "object",
        "properties" : {
          "thisPage" : {
            "type" : "string",
            "title" : "String"
          },
          "nextPage" : {
            "type" : "string",
            "title" : "String"
          },
          "previousPage" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "results" : {
            "type" : "array",
            "items" : {
              "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
            },
            "title" : "ListOfEntityRecord"
          },
          "totalCount" : {
            "type" : [ "null", "integer" ],
            "format" : "int64",
            "title" : "Long"
          }
        },
        "required" : [ "nextPage", "results", "thisPage" ],
        "title" : "PageResult"
      },
      "cards.arda.common.lib.api.rest.server.dataauthority.HistoryRequestBody" : {
        "type" : "object",
        "properties" : {
          "since" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.persistence.bitemporal.TimeCoordinates"
          },
          "until" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.persistence.bitemporal.TimeCoordinates"
          },
          "page" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.lang.query.Pagination"
          }
        },
        "required" : [ "page", "since", "until" ],
        "title" : "HistoryRequestBody"
      },
      "cards.arda.common.lib.api.rest.server.dataauthority.BulkUpdateEntry" : {
        "type" : "object",
        "properties" : {
          "eId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "payload" : {
            "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.api.KanbanCardInput"
          }
        },
        "required" : [ "eId", "payload" ],
        "title" : "BulkUpdateEntry"
      },
      "cards.arda.common.lib.api.rest.server.dataauthority.BulkUpdateRequest" : {
        "type" : "object",
        "properties" : {
          "updates" : {
            "type" : "array",
            "items" : {
              "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.server.dataauthority.BulkUpdateEntry"
            },
            "title" : "ListOfBulkUpdateEntry"
          }
        },
        "required" : [ "updates" ],
        "title" : "BulkUpdateRequest"
      },
      "cards.arda.operations.resources.kanban.api.SummaryRequest" : {
        "type" : "object",
        "properties" : {
          "condition" : {
            "type" : [ "null", "object" ],
            "description" : "A filter expression supporting literals, composites, transforms, and terms. Discrimination is key-based: the presence of specific keys determines the subtype.",
            "oneOf" : [ {
              "description" : "Filter.TRUE - matches all records",
              "enum" : [ true ]
            }, {
              "description" : "Filter.FALSE - matches no records",
              "enum" : [ false ]
            }, {
              "description" : "Filter.And - logical AND of clauses",
              "properties" : {
                "and" : {
                  "description" : "List of filter clauses to AND together",
                  "items" : {
                    "description" : "A nested Filter expression"
                  }
                }
              },
              "required" : [ "and" ]
            }, {
              "description" : "Filter.Or - logical OR of clauses",
              "properties" : {
                "or" : {
                  "description" : "List of filter clauses to OR together",
                  "items" : {
                    "description" : "A nested Filter expression"
                  }
                }
              },
              "required" : [ "or" ]
            }, {
              "description" : "Filter.Not - logical negation of a clause",
              "properties" : {
                "not" : {
                  "description" : "A nested Filter expression to negate"
                }
              },
              "required" : [ "not" ]
            }, {
              "description" : "Filter.IsNull - matches records where the locator field is null",
              "properties" : {
                "isNull" : {
                  "description" : "Field locator path"
                }
              },
              "required" : [ "isNull" ]
            }, {
              "description" : "Filter.IsNotNull - matches records where the locator field is not null",
              "properties" : {
                "isNotNull" : {
                  "description" : "Field locator path"
                }
              },
              "required" : [ "isNotNull" ]
            }, {
              "description" : "Filter.Eq - matches records where locator equals value",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "eq" : {
                  "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                  "oneOf" : [ { }, { }, { } ]
                }
              },
              "required" : [ "eq", "locator" ]
            }, {
              "description" : "Filter.Ne - matches records where locator does not equal value",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "ne" : {
                  "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                  "oneOf" : [ { }, { }, { } ]
                }
              },
              "required" : [ "locator", "ne" ]
            }, {
              "description" : "Filter.Gt - matches records where locator is greater than value",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "gt" : {
                  "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                  "oneOf" : [ { }, { }, { } ]
                }
              },
              "required" : [ "gt", "locator" ]
            }, {
              "description" : "Filter.Ge - matches records where locator is greater than or equal to value",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "ge" : {
                  "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                  "oneOf" : [ { }, { }, { } ]
                }
              },
              "required" : [ "ge", "locator" ]
            }, {
              "description" : "Filter.Lt - matches records where locator is less than value",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "lt" : {
                  "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                  "oneOf" : [ { }, { }, { } ]
                }
              },
              "required" : [ "locator", "lt" ]
            }, {
              "description" : "Filter.Le - matches records where locator is less than or equal to value",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "le" : {
                  "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                  "oneOf" : [ { }, { }, { } ]
                }
              },
              "required" : [ "le", "locator" ]
            }, {
              "description" : "Filter.RegEx - matches records where locator matches regex pattern",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "regex" : {
                  "description" : "Regular expression pattern"
                }
              },
              "required" : [ "locator", "regex" ]
            }, {
              "description" : "Filter.In - matches records where locator value is in the set",
              "properties" : {
                "in" : {
                  "description" : "Set term body with locator and values",
                  "properties" : {
                    "locator" : {
                      "description" : "Field locator path"
                    },
                    "values" : {
                      "description" : "Set of values to match against",
                      "items" : {
                        "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                        "oneOf" : [ { }, { }, { } ]
                      }
                    }
                  },
                  "required" : [ "locator", "values" ]
                }
              },
              "required" : [ "in" ]
            }, {
              "description" : "Filter.NotIn - matches records where locator value is not in the set",
              "properties" : {
                "notIn" : {
                  "description" : "Set term body with locator and values",
                  "properties" : {
                    "locator" : {
                      "description" : "Field locator path"
                    },
                    "values" : {
                      "description" : "Set of values to match against",
                      "items" : {
                        "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                        "oneOf" : [ { }, { }, { } ]
                      }
                    }
                  },
                  "required" : [ "locator", "values" ]
                }
              },
              "required" : [ "notIn" ]
            } ],
            "title" : "Filter"
          },
          "forStatus" : {
            "type" : [ "null", "array" ],
            "items" : {
              "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardStatus"
            },
            "title" : "ListOfKanbanCardStatus"
          }
        },
        "title" : "SummaryRequest"
      },
      "cards.arda.operations.resources.kanban.business.KanbanCardSummary" : {
        "type" : "object",
        "properties" : {
          "eId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "asOf" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.persistence.bitemporal.TimeCoordinates"
          },
          "item" : { },
          "quantity" : {
            "type" : "array",
            "items" : { },
            "title" : "ListOfQuantity"
          },
          "status" : {
            "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardStatus"
          }
        },
        "required" : [ "asOf", "eId", "item", "quantity", "status" ],
        "title" : "KanbanCardSummary"
      },
      "cards.arda.operations.resources.kanban.api.SummaryResponse" : {
        "type" : "object",
        "properties" : {
          "asOF" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.persistence.bitemporal.TimeCoordinates"
          },
          "summaryByStatus" : {
            "type" : "array",
            "items" : {
              "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardSummary"
            },
            "title" : "ListOfKanbanCardSummary"
          }
        },
        "required" : [ "asOF", "summaryByStatus" ],
        "title" : "SummaryResponse"
      },
      "cards.arda.operations.resources.kanban.business.KanbanCardDetails" : {
        "type" : "object",
        "properties" : {
          "eId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "rId" : {
            "type" : [ "null", "string" ],
            "format" : "uuid"
          },
          "lookupUrlId" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "serialNumber" : {
            "type" : "string",
            "title" : "String"
          },
          "item" : { },
          "itemDetails" : {
            "$ref" : "#/components/schemas/cards.arda.operations.reference.item.business.Item.Entity"
          },
          "cardQuantity" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.Quantity.Value"
            } ]
          },
          "locator" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.PhysicalLocator.Value"
            } ]
          },
          "lastEvent" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardEvent"
            } ]
          },
          "status" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardStatus"
            } ]
          },
          "lastPrintEvent" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardPrintEvent"
            } ]
          },
          "printStatus" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardPrintStatus"
            } ]
          },
          "notes" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          }
        },
        "required" : [ "eId", "item", "itemDetails", "serialNumber" ],
        "title" : "KanbanCardDetails"
      },
      "cards.arda.operations.reference.item.business.Item.Entity" : {
        "type" : "object",
        "properties" : {
          "eId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "name" : {
            "type" : "string",
            "title" : "String"
          },
          "description" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "imageUrl" : {
            "type" : [ "null", "string" ],
            "title" : "URL"
          },
          "classification" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.ItemClassification.Value"
            } ]
          },
          "useCase" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "glCode" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "locator" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.PhysicalLocator.Value"
            } ]
          },
          "internalSKU" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "minQuantity" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.Quantity.Value"
            } ]
          },
          "notes" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "cardNotesDefault" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "taxable" : {
            "type" : [ "null", "boolean" ],
            "title" : "Boolean"
          },
          "primarySupply" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.ItemSupplyReference.Value"
            } ]
          },
          "secondarySupply" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.ItemSupplyReference.Value"
            } ]
          },
          "defaultSupply" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "defaultSupplyEId" : {
            "type" : [ "null", "string" ],
            "format" : "uuid"
          },
          "cardSize" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.CardSize"
            } ]
          },
          "labelSize" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.LabelSize"
            } ]
          },
          "breadcrumbSize" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.BreadcrumbSize"
            } ]
          },
          "itemColor" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.ItemColor"
            } ]
          }
        },
        "required" : [ "eId", "name" ],
        "title" : "ItemEntity"
      },
      "cards.arda.operations.reference.item.domain.ItemClassification.Value" : {
        "type" : "object",
        "properties" : {
          "type" : {
            "type" : "string",
            "title" : "String"
          },
          "subType" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          }
        },
        "required" : [ "type" ],
        "title" : "ItemClassificationValue"
      },
      "cards.arda.operations.reference.item.domain.ItemSupplyReference.Value" : {
        "type" : "object",
        "properties" : {
          "supplyEId" : {
            "type" : [ "null", "string" ],
            "format" : "uuid"
          },
          "supplierEId" : {
            "type" : [ "null", "string" ],
            "format" : "uuid"
          },
          "supplier" : {
            "type" : "string",
            "title" : "String"
          },
          "name" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "sku" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "orderMethod" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.business.OrderMethod"
            } ]
          },
          "url" : {
            "type" : [ "null", "string" ],
            "title" : "URL"
          },
          "orderQuantity" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.Quantity.Value"
            } ]
          },
          "unitCost" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.Money.Value"
            } ]
          },
          "averageLeadTime" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.time.Duration.Value"
            } ]
          }
        },
        "required" : [ "supplier" ],
        "title" : "ItemSupplyReferenceValue"
      },
      "cards.arda.operations.reference.item.business.OrderMethod" : {
        "type" : "string",
        "enum" : [ "UNKNOWN", "PURCHASE_ORDER", "EMAIL", "PHONE", "IN_STORE", "ONLINE", "RFQ", "PRODUCTION", "TASK", "THIRD_PARTY", "OTHER" ],
        "title" : "OrderMethod"
      },
      "cards.arda.common.lib.domain.general.Money.Value" : {
        "type" : "object",
        "properties" : {
          "value" : {
            "type" : "number",
            "format" : "double",
            "title" : "Double"
          },
          "currency" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.Currency"
          }
        },
        "required" : [ "currency", "value" ],
        "title" : "MoneyValue"
      },
      "cards.arda.common.lib.domain.general.Currency" : {
        "type" : "string",
        "enum" : [ "USD", "CAD", "EUR", "GBP", "JPY", "AUD", "CNY", "INR", "RUB", "BRL", "ZAR", "MXN", "KRW", "SGD", "HKD", "NZD", "CHF" ],
        "title" : "Currency"
      },
      "cards.arda.common.lib.domain.general.time.Duration.Value" : {
        "type" : "object",
        "properties" : {
          "length" : {
            "type" : "integer",
            "format" : "int32",
            "title" : "Int"
          },
          "unit" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.time.TimeUnit"
          }
        },
        "required" : [ "length", "unit" ],
        "title" : "DurationValue"
      },
      "cards.arda.common.lib.domain.general.time.TimeUnit" : {
        "type" : "string",
        "enum" : [ "MILLI", "SECOND", "MINUTE", "HOUR", "DAY", "WEEK", "STANDARD_MONTH", "LONG_MONTH", "STANDARD_FEBRUARY", "LEAP_FEBRUARY", "STANDARD_YEAR", "CALENDAR_YEAR", "LEAP_YEAR" ],
        "title" : "TimeUnit"
      },
      "cards.arda.operations.reference.item.domain.CardSize" : {
        "type" : "string",
        "enum" : [ "X_SMALL", "SMALL", "MEDIUM", "LARGE", "X_LARGE", "SPECIAL_01", "SPECIAL_02", "SPECIAL_03", "SPECIAL_04", "SPECIAL_05", "SPECIAL_06", "SPECIAL_07", "SPECIAL_08", "SPECIAL_09", "SPECIAL_10" ],
        "title" : "CardSize"
      },
      "cards.arda.operations.reference.item.domain.LabelSize" : {
        "type" : "string",
        "enum" : [ "X_SMALL", "SMALL", "MEDIUM", "LARGE", "X_LARGE", "SPECIAL_01", "SPECIAL_02", "SPECIAL_03", "SPECIAL_04", "SPECIAL_05", "SPECIAL_06", "SPECIAL_07", "SPECIAL_08", "SPECIAL_09", "SPECIAL_10" ],
        "title" : "LabelSize"
      },
      "cards.arda.operations.reference.item.domain.BreadcrumbSize" : {
        "type" : "string",
        "enum" : [ "X_SMALL", "SMALL", "MEDIUM", "LARGE", "X_LARGE", "SPECIAL_01", "SPECIAL_02", "SPECIAL_03", "SPECIAL_04", "SPECIAL_05", "SPECIAL_06", "SPECIAL_07", "SPECIAL_08", "SPECIAL_09", "SPECIAL_10" ],
        "title" : "BreadcrumbSize"
      },
      "cards.arda.operations.reference.item.domain.ItemColor" : {
        "type" : "string",
        "enum" : [ "BLUE", "GREEN", "YELLOW", "ORANGE", "RED", "PINK", "PURPLE", "GRAY" ],
        "title" : "ItemColor"
      },
      "cards.arda.operations.resources.kanban.business.KanbanCardEvent" : {
        "type" : "object",
        "properties" : {
          "when" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.persistence.bitemporal.TimeCoordinates"
          },
          "type" : {
            "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardEventType"
          },
          "fromWhere" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.PhysicalLocator.Value"
            } ]
          },
          "toWhere" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.PhysicalLocator.Value"
            } ]
          },
          "author" : {
            "type" : "string",
            "title" : "String"
          }
        },
        "required" : [ "author", "type", "when" ],
        "title" : "KanbanCardEvent"
      },
      "cards.arda.operations.resources.kanban.business.KanbanCardEventType" : {
        "type" : "string",
        "enum" : [ "REQUEST", "ACCEPT", "SHELVE", "START_PROCESSING", "COMPLETE_PROCESSING", "FULFILL", "RECEIVE", "USE", "DEPLETE", "WITHDRAW", "NONE", "FAILED_ACTION" ],
        "title" : "KanbanCardEventType"
      },
      "cards.arda.operations.resources.kanban.business.KanbanCardPrintEvent" : {
        "type" : "object",
        "properties" : {
          "when" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.persistence.bitemporal.TimeCoordinates"
          },
          "type" : {
            "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardPrintEventType"
          },
          "author" : {
            "type" : "string",
            "title" : "String"
          }
        },
        "required" : [ "author", "type", "when" ],
        "title" : "KanbanCardPrintEvent"
      },
      "cards.arda.operations.resources.kanban.business.KanbanCardPrintEventType" : {
        "type" : "string",
        "enum" : [ "PRINT", "REPRINT", "LOST", "DEPRECATE", "RETIRE", "DESTROY", "NONE" ],
        "title" : "KanbanCardPrintEventType"
      },
      "cards.arda.operations.resources.kanban.business.KanbanCardPrintStatus" : {
        "type" : "string",
        "enum" : [ "NOT_PRINTED", "PRINTED", "LOST", "DEPRECATED", "RETIRED", "UNKNOWN" ],
        "title" : "KanbanCardPrintStatus"
      },
      "cards.arda.common.lib.module.dataauthority.EntityRecord2" : {
        "type" : "object",
        "properties" : {
          "rId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "asOf" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.persistence.bitemporal.TimeCoordinates"
          },
          "payload" : {
            "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardDetails"
          },
          "metadata" : {
            "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardMetadata"
          },
          "author" : {
            "type" : "string",
            "title" : "String"
          },
          "createdBy" : {
            "type" : "string",
            "title" : "String"
          },
          "createdAt" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.persistence.bitemporal.TimeCoordinates"
          },
          "previous" : {
            "type" : [ "null", "string" ],
            "format" : "uuid"
          },
          "retired" : {
            "type" : "boolean",
            "title" : "Boolean"
          }
        },
        "required" : [ "asOf", "author", "createdAt", "createdBy", "metadata", "payload", "rId", "retired" ],
        "title" : "EntityRecord"
      },
      "cards.arda.operations.resources.kanban.business.KanbanCardStateChange" : {
        "type" : "object",
        "properties" : {
          "event" : {
            "$ref" : "#/components/schemas/cards.arda.operations.resources.kanban.business.KanbanCardEvent"
          },
          "previous" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
          },
          "current" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord2"
          }
        },
        "required" : [ "current", "event", "previous" ],
        "title" : "KanbanCardStateChange"
      },
      "cards.arda.common.lib.api.rest.types.EntityIdsInput" : {
        "type" : "object",
        "properties" : {
          "ids" : {
            "type" : "array",
            "items" : {
              "type" : "string",
              "format" : "uuid"
            },
            "title" : "ListOfUUID"
          }
        },
        "required" : [ "ids" ],
        "title" : "EntityIdsInput"
      },
      "cards.arda.operations.shopaccess.pdfrender.business.RenderResult" : {
        "type" : "object",
        "properties" : {
          "url" : {
            "type" : "string",
            "title" : "URL"
          },
          "job" : {
            "type" : "string",
            "format" : "uuid"
          },
          "asOF" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.persistence.bitemporal.TimeCoordinates"
          },
          "templateId" : {
            "type" : "string",
            "title" : "String"
          }
        },
        "required" : [ "asOF", "job", "templateId", "url" ],
        "title" : "RenderResult"
      },
      "cards.arda.operations.resources.kanban.api.AnnotationInput" : {
        "type" : "object",
        "properties" : {
          "notes" : {
            "type" : "string",
            "title" : "String"
          }
        },
        "required" : [ "notes" ],
        "title" : "AnnotationInput"
      }
    },
    "examples" : { },
    "securitySchemes" : {
      "auth" : {
        "type" : "apiKey",
        "name" : "auth",
        "in" : "header",
        "scheme" : "bearer",
        "bearerFormat" : "String, provided by Arda Systems"
      }
    }
  },
  "webhooks" : { }
}