addressing_schemas-ips

The set of IPs on the Address Map.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-addressing-schemas-ips-schema.json Raw ↑
{
  "$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"
}