registry_api.v1.ResolutionMetadata
type ResolutionMetadata
ResolutionMetadata
registry_api.v1.ResolutionMetadata
registry_api.v1.ResolutionMetadata
Field | Type | Description |
---|---|---|
contentType optional | string | Media type of the W3C DID Document. |
duration optional | int64 | Duration of the Resolution. |
didUrl optional | ResolutionMetadataDidUrl | Resolution DID URL. |
error optional | string | Error Message. |
{
"contentType": "MEDIA_TYPE",
"duration": 1000,
"didUrl": {
"did": "did:method-name:zDIDMultibase58Encoded",
"methodName": "EXAMPLE_METHOD_NAME",
"methodSpecificId": "METHOD_SPECIFIC_IDENTIFIER"
},
"error": "OPTIONAL_ERROR_MESSAGE"
}