{ "type": "object", "properties": { "color": { "type": "string", "example": "example_value" }, "iconUrl": { "type": "string", "example": "https://www.example.com" } }, "required": [ "color", "iconUrl" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ThemeInfo" }