A valid CIDR notation representing an IP range.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_cidr", "title": "magic_cidr", "description": "A valid CIDR notation representing an IP range.", "example": "192.0.2.0/24", "type": "string" }