{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/addressing_jdcloud_cidrs", "title": "addressing_jdcloud_cidrs", "description": "List IPv4 and IPv6 CIDRs, only populated if `?networks=jdcloud` is used.", "items": { "description": "IPv4 or IPv6 CIDR.", "example": "199.27.128.0/21", "type": "string" }, "type": "array" }