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