{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ButtonLookAndFeel", "type": "object", "properties": { "backgroundColor": { "type": "string" }, "color": { "type": "string" } } }