magic_colo_names

List of colo names for the ECMP scope.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-colo-names-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_colo_names",
  "title": "magic_colo_names",
  "description": "List of colo names for the ECMP scope.",
  "items": {
    "$ref": "#/components/schemas/magic_colo_name"
  },
  "type": "array"
}