Amazon WorkMail · Schema

IpAddress

IpAddress schema from Amazon WorkMail API

Business CommunicationCalendarEmailExchangeEnterprise
View JSON Schema on GitHub

JSON Schema

workmail-ip-address-schema.json Raw ↑
{
  "type": "string",
  "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$",
  "minLength": 1,
  "maxLength": 15,
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IpAddress",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-ip-address-schema.json",
  "description": "IpAddress schema from Amazon WorkMail API"
}