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