{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/addressing_schemas-ips",
"title": "addressing_schemas-ips",
"description": "The set of IPs on the Address Map.",
"items": {
"$ref": "#/components/schemas/addressing_address-maps-ip"
},
"type": "array"
}