CIDRs to associate with traffic decisions.
{ "$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" }