diff --git a/src/intg/entity.rs b/src/intg/entity.rs index 280bbb6..170f0f7 100644 --- a/src/intg/entity.rs +++ b/src/intg/entity.rs @@ -203,6 +203,8 @@ pub struct AvailableIntgEntity { #[validate(length(max = 36, message = "Invalid length (max = 36)"))] #[validate(regex(path = "*REGEX_ICON_ID"))] pub icon: Option, + /// Optional description of the entity. + pub description: Option>, /// Supported features of the entity. /// See entity-specific feature enums and the entity documentation for available features. pub features: Option>,