Used only for ECMP routes.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_scope", "title": "magic_scope", "description": "Used only for ECMP routes.", "properties": { "colo_names": { "$ref": "#/components/schemas/magic_colo_names" }, "colo_regions": { "$ref": "#/components/schemas/magic_colo_regions" } }, "type": "object" }