{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ActiveTheme", "title": "ActiveTheme", "type": "object", "description": "Details about the Channel\u02bcs relationship to Themes.", "properties": { "active_theme_uuid": { "type": "string", "description": "The UUID of the currently active Theme on the Channel." }, "active_theme_configuration_uuid": { "type": "string", "description": "The UUID of the currently active Theme Configuration on the Channel." }, "active_theme_version_uuid": { "type": "string", "description": "The UUID of the currently active Theme Version on the Channel. Needed to look up the available Custom Templates for the Theme." }, "saved_theme_configuration_uuid": { "type": "string", "description": "The UUID of the most recently saved Theme Configuration. If this is different from the active Theme Configuration UUID, this indicates that some changes have been saved in the control panel Theme Editor that have not yet been published." } }, "x-internal": false }