addressing_jdcloud_cidrs

List IPv4 and IPv6 CIDRs, only populated if `?networks=jdcloud` is used.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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