{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IPv6Address", "title": "IPv6Address", "type": "object", "properties": { "address": { "type": "string", "description": "The IPv6 address." }, "prefix": { "type": "integer", "description": "The network prefix length." }, "rdns": { "type": "string", "description": "The reverse DNS entry." }, "type": { "type": "string", "description": "The type of IPv6 address." }, "region": { "type": "string", "description": "The region for this address." } } }