{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NetworkACLMatchConnectingIpv6Cidr", "title": "NetworkACLMatchConnectingIpv6Cidr", "type": "string", "oneOf": [ { "type": "string", "format": "ipv6" }, { "type": "string", "format": "ipv6_cidr" } ] }