mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-12-12 14:13:20 +00:00
feat: make property catalogue guid optional (#54)
This commit is contained in:
@@ -41,7 +41,8 @@ pub struct PropertyCatalogue {
|
||||
#[serde(rename = "SID")]
|
||||
sid: String,
|
||||
#[serde(rename = "GUID")]
|
||||
guid: String,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
guid: Option<String>,
|
||||
#[serde(rename = "Revision")]
|
||||
revision: u16,
|
||||
#[serde(rename = "Versions")]
|
||||
|
||||
Reference in New Issue
Block a user