linode · Schema

IPv6Range

Properties

Name Type Description
range string The IPv6 range.
prefix integer The prefix length.
region string The region for this range.
View JSON Schema on GitHub

JSON Schema

linode-ipv6range-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IPv6Range",
  "title": "IPv6Range",
  "type": "object",
  "properties": {
    "range": {
      "type": "string",
      "description": "The IPv6 range."
    },
    "prefix": {
      "type": "integer",
      "description": "The prefix length."
    },
    "region": {
      "type": "string",
      "description": "The region for this range."
    }
  }
}