magic_cidr

A valid CIDR notation representing an IP range.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-cidr-schema.json Raw ↑
{
  "$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"
}