From a9339f952848384880b0b270dbe54d72a22b8907 Mon Sep 17 00:00:00 2001 From: Kendall Weihe Date: Tue, 19 Mar 2024 07:49:32 -0700 Subject: [PATCH] Fix type in spec/did.md (#128) --- spec/did.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/did.md b/spec/did.md index f924d6f..5869a70 100644 --- a/spec/did.md +++ b/spec/did.md @@ -87,6 +87,6 @@ Following from [this data model](https://www.w3.org/TR/did-core/#did-document-me | `deactivated` | Boolean | No | Required to be `true` if the DID is deactivated. | | `nextUpdate` | String | No | [XML Datetime](https://www.w3.org/TR/xmlschema11-2/#dateTime) value for when the next update of the DID. | | `versionId` | String | No | Represents the version of the last update operation. | -| `nextversionId`| String | No | Represents the version of the next update operation. | +| `nextVersionId`| String | No | Represents the version of the next update operation. | | `equivalentId` | Array of Strings | No | A stronger form of the `alsoKnownAs` property, guaranteed by the DID method. See [this spec text](https://www.w3.org/TR/did-core/#h-note-10) for more information. | | `canonicalId` | String | No | Similar to `equivalentId`, though always a single value, never a set. See [this spec text](https://www.w3.org/TR/did-core/#dfn-canonicalid) for more information. |