magic_app_hostnames

FQDNs to associate with traffic decisions.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-app-hostnames-schema.json Raw ↑
{
  "$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"
}