1
0
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:
2025-11-27 09:56:05 +01:00
committed by GitHub
parent 334a617911
commit 1f0cec731e

View File

@@ -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")]