VerificationMethodDto
idstringrequired
Example: 
bdfd4c8e-3a44-4b9f-bc3e-1a8e26e3e99dtypestringrequired
Example: 
Ed25519VerificationKey2020controllerstringrequired
Example: 
bdfd4c8e-3a44-4b9f-bc3e-1a8e26e3e99dpublicKeyJwk object
algstring
Example: 
RS256crvstring
Example: 
P-256estring
Example: 
AQABextboolean
Example: 
falsekey_opsstring[]
Example: 
["sign","verify"]kidstring
Example: 
bdfd4c8e-3a44-4b9f-bc3e-1a8e26e3e99dktystringrequired
Example: 
RSAnstring
Example: 
sample_modulususestring
Example: 
sigxstring
Example: 
sample_x_coordinateystring
Example: 
sample_y_coordinateVerificationMethodDto
{
  "id": "bdfd4c8e-3a44-4b9f-bc3e-1a8e26e3e99d",
  "type": "Ed25519VerificationKey2020",
  "controller": "bdfd4c8e-3a44-4b9f-bc3e-1a8e26e3e99d",
  "publicKeyJwk": {
    "alg": "RS256",
    "crv": "P-256",
    "e": "AQAB",
    "ext": false,
    "key_ops": [
      "sign",
      "verify"
    ],
    "kid": "bdfd4c8e-3a44-4b9f-bc3e-1a8e26e3e99d",
    "kty": "RSA",
    "n": "sample_modulus",
    "use": "sig",
    "x": "sample_x_coordinate",
    "y": "sample_y_coordinate"
  }
}