{
  "request": {
    "type": "object",
    "properties": {
      "msgId": {
        "type": "string",
        "example": "1324022416187457658"
      },
      "flags": {
        "type": "integer",
        "example": 0
      },
      "customId": {
        "type": "string",
        "example": "MJ::JOB::upsample::1::8ed00eb2-d756-472f-84aa-4c20b0b72fd6"
      }
    },
    "required": ["topic"]
  },
  "response": {
    "200": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "example": "1324022463457263667"
        },
        "flags": {
          "type": "integer",
          "example": 0
        },
        "content": {
          "type": "string",
          "example": "**Love Birds --v 5.2** - Image #1 <@1169932103224414221>"
        },
        "hash": {
          "type": "string",
          "example": "e005e038-2413-4b41-84ef-4a8d7d765852"
        },
        "progress": {
          "type": "string",
          "example": "done"
        },
        "uri": {
          "type": "string",
          "example": "https://cdn.discordapp.com/attachments/1239875983968964644/1324022463507726346/byi_ai_Love_Birds_e005e038-2413-4b41-84ef-4a8d7d765852.png?ex=6776a382&is=67755202&hm=9c2e92414bf0133ccfdb00f1ba347ba1296bc73ef9109f59fc58b9d56e344b96&"
        },
        "proxy_url": {
          "type": "string",
          "example": "https://media.discordapp.net/attachments/1239875983968964644/1324022463507726346/byi_ai_Love_Birds_e005e038-2413-4b41-84ef-4a8d7d765852.png?ex=6776a382&is=67755202&hm=9c2e92414bf0133ccfdb00f1ba347ba1296bc73ef9109f59fc58b9d56e344b96&"
        },
        "options": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "type": {
                "type": "integer",
                "example": 2
              },
              "style": {
                "type": "integer",
                "example": 2
              },
              "label": {
                "type": "string",
                "example": "Upscale (2x)"
              },
              "custom": {
                "type": "string",
                "example": "MJ::JOB::upsample_v5_2x::1::e005e038-2413-4b41-84ef-4a8d7d765852::SOLO"
              }
            }
          }
        },
        "width": {
          "type": "integer",
          "example": 1024
        },
        "height": {
          "type": "integer",
          "example": 1024
        }
      }
    }
  }
}
