{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProfileViewAttributeResponseModel", "title": "ProfileViewAttributeResponseModel", "type": "object", "properties": { "displayName": { "type": "string", "description": "displayName", "example": "Name" }, "version": { "type": "string", "description": "version", "example": "1.1" }, "event": { "type": "string", "description": "event", "example": "task:new" }, "metaDataType": { "type": "string", "description": "metaDataType", "example": "string" }, "metaData": { "type": "string", "description": "metaData", "example": "origin" }, "limit": { "type": "integer", "description": "limit", "format": "int32", "example": 30 }, "lookBackDurationType": { "type": "string", "description": "lookBackDurationType", "example": "days" }, "lookBackPeriod": { "type": "integer", "description": "lookBackPeriod", "format": "int32", "example": 10 }, "aggregationMode": { "type": "string", "description": "aggregationMode", "example": "Count" }, "verbose": { "type": "boolean", "description": "verbose", "example": true }, "widgetAttributes": { "$ref": "#/components/schemas/WidgetAttributesResponseModel" }, "rules": { "$ref": "#/components/schemas/RulesDocument" } }, "description": "Attributes under an ProfileViewTemplate" }