FQDNs to associate with traffic decisions.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_app_hostnames", "title": "magic_app_hostnames", "description": "FQDNs to associate with traffic decisions.", "items": { "example": "auth.cloudflare.com", "type": "string" }, "type": "array" }