{
  "post": {
    "tags": ["Output"],
    "summary": "Generate Output.",
    "requestBody": {
      "required": true,
      "content": {
        "application/json": {
          "schema": {
            "$ref": "../../components/schemas/OutputRequest.json",
            "required": ["designOrderId", "baseUrl", "designData"]
          }
        }
      }
    },
    "responses": {
      "200": {
        "summary": "Successful Operation.",
        "content": {
          "application/json": {
            "schema": {
              "properties": {
                "message": {
                  "type": "string",
                  "example": "Output generation in process for Desgin order ID : 1256"
                }
              }
            }
          }
        }
      }
    }
  }
}
