changedInput schema / properties / settings / description
Previous value: -"Brand settings (colors, email, inapp)"New value: +"Brand appearance settings. If omitted, defaults to { colors: { primary: \"#000000\", secondary: \"#ffffff\" } }."
changedInput schema / properties / settings / properties / colors / additionalProperties
Previous value: -{}New value: +false
addedInput schema / properties / settings / properties / colors / description
Added value: +"Brand colors"
addedInput schema / properties / settings / properties / colors / properties
Added value: +{
+ "primary": {
+ "description": "Primary brand color (hex, e.g. \"#1a73e8\")",
+ "type": "string"
+ },
+ "secondary": {
+ "description": "Secondary brand color (hex, e.g. \"#ffffff\")",
+ "type": "string"
+ },
+ "tertiary": {
+ "description": "Tertiary brand color (hex)",
+ "type": "string"
+ }
+}
addedInput schema / properties / settings / properties / colors / required
Added value: +[
+ "primary",
+ "secondary"
+]
addedInput schema / properties / settings / properties / email / description
Added value: +"Email template settings (header, footer)"
addedInput schema / properties / settings / properties / inapp / description
Added value: +"In-app notification settings"