magic_app_subnets

CIDRs to associate with traffic decisions.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-app-subnets-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_app_subnets",
  "title": "magic_app_subnets",
  "description": "CIDRs to associate with traffic decisions.",
  "items": {
    "allOf": [
      {
        "$ref": "#/components/schemas/magic_cidr"
      },
      {
        "example": "1.1.1.1/32"
      }
    ]
  },
  "type": "array"
}