Skip to content

Commit

Permalink
update credentials v2 ssi context
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tate <ryan.tate@spruceid.com>
  • Loading branch information
Ryanmtate committed Dec 15, 2024
1 parent 8953aee commit c5d4f0d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub struct ProofConfigurationRef<'a, S: CryptographicSuite> {
#[serde(skip_serializing_if = "Option::is_none")]
pub expires: Option<xsd_types::DateTimeStamp>,

#[serde(skip_serializing_if = "<[String]>::is_empty")]
#[serde(skip_serializing_if = "<[String]>::is_empty", rename = "domain")]
pub domains: &'a [String],

#[serde(skip_serializing_if = "Option::is_none")]
Expand Down Expand Up @@ -151,7 +151,7 @@ pub struct ProofConfigurationRefWithoutOptions<'a, S: CryptographicSuite> {
#[serde(skip_serializing_if = "Option::is_none")]
pub expires: Option<xsd_types::DateTimeStamp>,

#[serde(skip_serializing_if = "<[String]>::is_empty")]
#[serde(skip_serializing_if = "<[String]>::is_empty", rename = "domain")]
pub domains: &'a [String],

#[serde(skip_serializing_if = "Option::is_none")]
Expand Down

0 comments on commit c5d4f0d

Please sign in to comment.