{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiAppUpdateRequest", "title": "ApiAppUpdateRequest", "properties": { "callback_url": { "description": "_t__ApiAppUpdate::CALLBACK_URL", "type": "string" }, "custom_logo_file": { "description": "_t__ApiAppUpdate::CUSTOM_LOGO_FILE", "type": "string", "format": "binary" }, "domains": { "description": "_t__ApiAppUpdate::DOMAINS", "type": "array", "items": { "type": "string" }, "maxItems": 2 }, "name": { "description": "_t__ApiAppUpdate::NAME", "type": "string" }, "oauth": { "$ref": "#/components/schemas/SubOAuth" }, "options": { "$ref": "#/components/schemas/SubOptions" }, "white_labeling_options": { "$ref": "#/components/schemas/SubWhiteLabelingOptions" } }, "type": "object" }