email_destination_addresses_response_collection

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-destination-addresses-response-collection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/email_destination_addresses_response_collection",
  "title": "email_destination_addresses_response_collection",
  "allOf": [
    {
      "$ref": "#/components/schemas/email_api-response-collection"
    },
    {
      "properties": {
        "result": {
          "items": {
            "$ref": "#/components/schemas/email_addresses"
          },
          "type": "array"
        },
        "result_info": {
          "properties": {
            "count": {
              "example": 1
            },
            "page": {
              "example": 1
            },
            "per_page": {
              "example": 20
            },
            "total_count": {
              "example": 1
            }
          },
          "type": "object"
        }
      }
    }
  ]
}