addressing_memberships

Zones and Accounts which will be assigned IPs on this Address Map. A zone membership will take priority over an account membership.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-addressing-memberships-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/addressing_memberships",
  "title": "addressing_memberships",
  "description": "Zones and Accounts which will be assigned IPs on this Address Map. A zone membership will take priority over an account membership.",
  "items": {
    "$ref": "#/components/schemas/addressing_address-maps-membership"
  },
  "type": "array"
}