Fix the name of the service endpoint field in did.json
This commit is contained in:
parent
1d17c8b637
commit
1e0e34b9a5
|
@ -18,6 +18,7 @@ pub struct Service {
|
|||
id: String,
|
||||
#[serde(rename = "type")]
|
||||
type_: String,
|
||||
#[serde(rename = "serviceEndpoint")]
|
||||
service_endpoint: String,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue