diff --git a/properties/index.html b/properties/index.html
index e1c3d80d..06d25827 100644
--- a/properties/index.html
+++ b/properties/index.html
@@ -1834,1162 +1834,5 @@
OpenID4 Verifiable Presentation
-
- Representations
- This table provides a reference for media types and the associated specifications for producing and consuming those representations.
-
-
-
-
-
- Representation-Specific Entries
-
-
- JSON
-
-
-These are entries in DID documents that are specific to the
-JSON representation.
-
-
-(No entries yet)
-
-
-
-
- JSON-LD
-
-
-These are entries in DID documents that are specific to the
-JSON-LD representation.
-
-
-
- @context
-
-
-
-
- Normative Definition |
-
-
-
-
-
- DID Core
- |
-
-
-
-
-
-The following values are acceptable values for the @context
entry as
-a JSON
- String or first item of a JSON Array,
-represented as a JSON
- String.
-
-
-
-
-{
- "@context": [
- "https://www.w3.org/ns/did/v1",
- "https://example.com/blockchain-identity/v1"
- ],
- ...
-}
-
-
-
-
-
-
- CBOR
-
-
-These are entries in DID documents that are specific to the
-CBOR representation.
-
-
-(No entries yet)
-
-
-
-
-
- DID Resolution Options
-
-These properties contain information pertaining to the DID resolution request.
-
-
-
- accept
-
-
-
- Normative Definition |
- |
-
-
-
-
-
- DID Core
- |
- |
-
-
-
-
-
-{
- "accept": "application/did+ld+json"
-}
-
-
-
-
-
- DID Resolution Metadata
-
-These properties contain information pertaining to the DID resolution response.
-
-
- contentType
-
-
-
- Normative Definition |
- |
-
-
-
-
-
- DID Core
- |
- |
-
-
-
-
-
-{
- "contentType": "application/did+ld+json"
-}
-
-
-
-
- error
-
-
-
- Normative Definition |
- |
-
-
-
-
-
- DID Core
- |
-
- |
-
-
-
-
-
-{
- "error": "notFound"
-}
-
-
-
- invalidDid
-
-
-
- Normative Definition |
-
-
-
-
-
- DID Core
- |
-
-
-
-
-
-{
- "error": "invalidDid"
-}
-
-
-
-
- notFound
-
-
-
- Normative Definition |
-
-
-
-
-
- DID Core
- |
-
-
-
-
-
-{
- "error": "notFound"
-}
-
-
-
-
- representationNotSupported
-
-
-
- Normative Definition |
-
-
-
-
-
- DID Core
- |
-
-
-
-
-
-{
- "error": "representationNotSupported"
-}
-
-
-
-
- methodNotSupported
-
-
-
-{
- "error": "methodNotSupported"
-}
-
-
-
-
- internalError
-
-
-
-{
- "error": "internalError"
-}
-
-
-
- invalidPublicKey
-
-
-
-{
- "error": "invalidPublicKey"
-}
-
-
-
- invalidPublicKeyLength
-
-
-
-{
- "error": "invalidPublicKeyLength"
-}
-
-
-
- invalidPublicKeyType
-
-
-
-{
- "error": "invalidPublicKeyType"
-}
-
-
-
-
- unsupportedPublicKeyType
-
-
-
-{
- "error": "unsupportedPublicKeyType"
-}
-
-
-
-
- notAllowedVerificationMethodType
-
-
-
-{
- "error": "notAllowedVerificationMethodType"
-}
-
-
-
-
- notAllowedKeyType
-
-
-
-{
- "error": "notAllowedKeyType"
-}
-
-
-
-
- notAllowedMethod
-
-
-
-{
- "error": "notAllowedMethod"
-}
-
-
-
-
- notAllowedCertificate
-
-
-
-{
- "error": "notAllowedCertificate"
-}
-
-
-
-
- notAllowedLocalDuplicateKey
-
-
-
-{
- "error": "notAllowedLocalDuplicateKey"
-}
-
-
-
-
- notAllowedLocalDerivedKey
-
-
-
-{
- "error": "notAllowedLocalDerivedKey"
-}
-
-
-
-
- notAllowedGlobalDuplicateKey
-
-
-
-{
- "error": "notAllowedGlobalDuplicateKey"
-}
-
-
-
-
-
- DID Dereferencing Metadata
-
-These properties contain information pertaining to the DID dereferencing response.
-
-
- error
-
-
-
- Normative Definition |
- |
-
-
-
-
-
- DID Core
- |
-
- |
-
-
-
-
-
-{
- "error": "notFound"
-}
-
-
- invalidDidUrl
-
-
-
- Normative Definition |
-
-
-
-
-
- DID Core
- |
-
-
-
-
-
-{
- "error": "invalidDidUrl"
-}
-
-
-
- notFound
-
-
-
- Normative Definition |
-
-
-
-
-
- DID Core
- |
-
-
-
-
-
-{
- "error": "notFound"
-}
-
-
-
-
-
- DID Document Metadata
-
-These properties contain information pertaining to the DID document itself,
-rather than the DID subject.
-
-
- created
-
- See DID Core #203.
-
-
-
-
- Normative Definition |
- JSON-LD |
-
-
-
-
-
- DID Core
- |
-
- DID Core
- |
-
-
-
-
-
-{
- "created": "2019-03-23T06:35:22Z"
-}
-
-
-
-
- updated
-
- See DID Core #203.
-
-
-
-
- Normative Definition |
- JSON-LD |
-
-
-
-
-
- DID Core
- |
-
-
- DID Core
- |
-
-
-
-
-
-{
- "updated": "2023-08-10T13:40:06Z"
-}
-
-
-
-
-
- deactivated
-
-
-
- Normative Definition |
- JSON-LD |
-
-
-
-
-
- DID Core
- |
-
-
- DID Core
- |
-
-
-
-
-
-{
- "deactivated": true
-}
-
-
-
-
-
- nextUpdate
-
-
-
- Normative Definition |
- JSON-LD |
-
-
-
-
-
- DID Core
- |
-
-
- DID Core
- |
-
-
-
-
-
-{
- "nextUpdate": "2023-08-10T13:40:06Z"
-}
-
-
-
-
-
- versionId
-
-
-
- Normative Definition |
- JSON-LD |
-
-
-
-
-
- DID Core
- |
-
-
- DID Core
- |
-
-
-
-
-
-{
- "versionId": "bafyreifederejlobaec6kwpl2mc3tw7qk3j3ey4uytkbiw2qw7dzylud6i"
-}
-
-
-
-
-
- nextVersionId
-
-
-
- Normative Definition |
- JSON-LD |
-
-
-
-
-
- DID Core
- |
-
-
- DID Core
- |
-
-
-
-
-
-{
- "nextVersionId": "bafyreifederejlobaec6kwpl2mc3tw7qk3j3ey4uytkbiw2qw7dzylud6i"
-}
-
-
-
-
-
- equivalentId
-
-
-
- Normative Definition |
- JSON-LD |
-
-
-
-
-
- DID Core
- |
-
-
- DID Core
- |
-
-
-
-
-
-{
- "equivalentId": ["did:example:ABC", "did:example:Abc"]
-}
-
-
-
-
-
- canonicalId
-
-
-
- Normative Definition |
- JSON-LD |
-
-
-
-
-
- DID Core
- |
-
-
- DID Core
- |
-
-
-
-
-
-{
- "canonicalId": "did:example:ABC"
-}
-
-
-
-
-
-
-
- Parameters
-
-
- hl
-
-
-
- Normative Definition |
-
-
-
-
-
- DID Core
- |
-
-
-
-
-
-did:example:123?hl=zQmWvQxTqbG2Z9HPJgG57jjwR154cKhbtJenbyYTWkjgF3e
-
-
-
-
- service
-
-
-
- Normative Definition |
-
-
-
-
-
- DID Core
- |
-
-
-
-
-
-did:example:123?service=agent
-
-
-
-
- versionId
-
-
-
- Normative Definition |
-
-
-
-
-
- DID Core
- |
-
-
-
-
-
-did:example:123?versionId=4
-
-
-
-
- versionTime
-
-
-
- Normative Definition |
-
-
-
-
-
- DID Core
- |
-
-
-
-
-
-did:example:123?versionTime=2016-10-17T02:41:00Z
-
-
-
-
- relativeRef
-
-
-
- Normative Definition |
-
-
-
-
-
- DID Core
- |
-
-
-
-
-
-did:example:123?service=files&relativeRef=%2Fmyresume%2Fdoc%3Fversion%3Dlatest%23intro
-
-
-
-
- initialState
-
-
-
-did:example:123?initialState=eyJkZWx0YV9oYXNoIjoiRWlDUlRKZ2Q0U0V2YUZDLW9fNUZjQnZJUkRtWF94Z3RLX3g...
-
-
-
-
-
-
-
-
-did:example:123?transformKeys=jwk
-
-
-
-
- signedIetfJsonPatch
-
-
-
-did:example:123?signedIetfJsonPatch=eyJraWQiOiJkaWQ6ZXhhbXBsZTo0NTYjX1FxMFVMMkZxNjUxUTBGamQ2VH...
-
-
-
-
- resource
-
-
-
-did:foo:21tDAKCERh95uGgKbJNHYp?resource=true
-
-
-
-
-
-
- DID Methods
-
-
-This table summarizes the DID method specifications currently in development.
-The links will be updated as subsequent Implementer’s Drafts are produced.
-This registry does not act as an endorsement of any particular DID method or its
-underlying technologies by the W3C, the W3C Decentralized Identifier Working Group,
-or any affiliated members of the W3C. It exists as a mechanism for developers to
-discover various DID methods that they might wish to implement.
-
-
-The normative requirements for DID method specifications can be found in
-Decentralized Identifiers
-v1.0: Methods [[DID-CORE]]. DID methods that do not meet these requirements
-will not be accepted. We encourage DID method authors to provide an email
-address in the Author Links column, as this helps with maintenance.
-If an email address is omitted, a label noting that there is no
-contact information for the author will be applied to the registry entry.
-
-
-
-
-
-