Amazon WorkMail · JSON Structure

Workmail Ip Range List Structure

IpRangeList schema from Amazon WorkMail API

Type: array Properties: 0
Business CommunicationCalendarEmailExchangeEnterprise

IpRangeList is a JSON Structure definition published by Amazon WorkMail. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/IpRange"
  },
  "minItems": 0,
  "maxItems": 1024,
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "IpRangeList",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-ip-range-list-structure.json",
  "description": "IpRangeList schema from Amazon WorkMail API"
}