{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ColorScheme", "type": "object", "description": "The palette of predefined colors for a page.\n", "properties": { "colors": { "type": "array", "description": "The ThemeColorType and corresponding concrete color pairs." } } }