diff --git a/src/models/properties.rs b/src/models/properties.rs index f7e3897..d04873e 100644 --- a/src/models/properties.rs +++ b/src/models/properties.rs @@ -308,7 +308,7 @@ pub enum PropertyValue { }, Url { id: PropertyId, - url: String, + url: Option, }, Email { id: PropertyId,