{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IPv6Range", "title": "IPv6Range", "type": "object", "properties": { "range": { "type": "string", "description": "The IPv6 range." }, "prefix": { "type": "integer", "description": "The prefix length." }, "region": { "type": "string", "description": "The region for this range." } } }