{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_app_config_update_request", "title": "magic_app_config_update_request", "properties": { "account_app_id": { "$ref": "#/components/schemas/magic_account_app_id" }, "breakout": { "$ref": "#/components/schemas/magic_app_breakout" }, "managed_app_id": { "$ref": "#/components/schemas/magic_managed_app_id" }, "priority": { "$ref": "#/components/schemas/magic_app_priority" } }, "type": "object" }