AhaSend · JSON Structure

Openapi V2 Bounce Structure

Bounce schema from AhaSend API

Type: object Properties: 2 Required: 2
EmailTransactional EmailDeveloper ToolsSMTPWebhooks

Bounce is a JSON Structure definition published by AhaSend, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

classification count

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ahasend/refs/heads/main/json-structure/openapi-v2-bounce-structure.json",
  "name": "Bounce",
  "description": "Bounce schema from AhaSend API",
  "type": "object",
  "properties": {
    "classification": {
      "type": "string",
      "description": "Bounce classification",
      "example": "example_value"
    },
    "count": {
      "type": "int32",
      "description": "Number of bounces",
      "example": 1
    }
  },
  "required": [
    "classification",
    "count"
  ]
}