A Decentralized Identifier (DID) string.
Properties
View raw schema
{
"type": "object",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"maxLength": 256,
"description": "The DID string value."
}
},
"description": "A Decentralized Identifier (DID) string."
}