{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_app", "title": "magic_app", "description": "Collection of Hostnames and/or IP Subnets to associate with traffic decisions.", "oneOf": [ { "$ref": "#/components/schemas/magic_account_app" }, { "$ref": "#/components/schemas/magic_managed_app" } ], "type": "object" }