magic_app

Collection of Hostnames and/or IP Subnets to associate with traffic decisions.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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