{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ThemeColorPair", "type": "object", "description": "A pair mapping a theme color type to the concrete color it represents.", "properties": { "type": { "type": "string", "description": "The type of the theme color." } } }