Custom app defined for an account.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_account_app", "title": "Account App", "description": "Custom app defined for an account.", "properties": { "account_app_id": { "$ref": "#/components/schemas/magic_account_app_id" }, "hostnames": { "$ref": "#/components/schemas/magic_app_hostnames" }, "ip_subnets": { "$ref": "#/components/schemas/magic_app_subnets" }, "name": { "$ref": "#/components/schemas/magic_app_name" }, "type": { "$ref": "#/components/schemas/magic_app_type" } }, "required": [ "account_app_id" ], "type": "object" }