{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WidgetAttributesResponseModel", "title": "WidgetAttributesResponseModel", "type": "object", "properties": { "type": { "type": "string", "description": "type", "example": "table" } }, "description": " WidgetAttributes", "example": { "type": "table" } }