Fix the name of the service endpoint field in did.json

This commit is contained in:
Aleksei Voronov 2023-10-07 18:24:04 +02:00
parent 1d17c8b637
commit 1e0e34b9a5
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ pub struct Service {
id: String,
#[serde(rename = "type")]
type_: String,
#[serde(rename = "serviceEndpoint")]
service_endpoint: String,
}