app.certified.defs

lexicon.store View official

Documentation

did object

A Decentralized Identifier (DID) string.

Properties

did string did Required

The DID string value.

maxLength: 256 bytes
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."
}

Lexicon Garden

@