{ "type": "object", "properties": { "color": { "type": "string", "example": "example_value" }, "context": { "type": "string", "example": "example_value" }, "theme": { "type": "string", "example": "example_value" } }, "required": [ "color", "context", "theme" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Color" }