Managed app defined by Cloudflare.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_managed_app", "title": "Managed App", "description": "Managed app defined by Cloudflare.", "properties": { "hostnames": { "$ref": "#/components/schemas/magic_app_hostnames" }, "ip_subnets": { "$ref": "#/components/schemas/magic_app_subnets" }, "managed_app_id": { "$ref": "#/components/schemas/magic_managed_app_id" }, "name": { "$ref": "#/components/schemas/magic_app_name" }, "type": { "$ref": "#/components/schemas/magic_app_type" } }, "required": [ "managed_app_id" ], "type": "object" }