This commit is contained in:
April John 2024-07-26 17:33:07 +02:00
parent 60338e8a1c
commit 5d3fa040cf
2 changed files with 100 additions and 1 deletions

View file

@ -106,7 +106,7 @@ pub struct Person {
#[serde(skip_serializing_if = "Option::is_none")]
pub attachment: Option<Vec<AttachmentType>>,
#[serde(skip_serializing_if = "Option::is_none")]
pub also_known_as: Option<Url>,
pub also_known_as: Option<Vec<Url>>,
}
#[derive(Clone, Debug, Deserialize, Serialize)]
pub struct TagType {