{
  "@context": [
    "https://www.w3.org/ns/did/v1",
    "https://tdxvolt.com/ns/did/v1"
  ],
  "authentication": [
    "did:volt:e228506e-8e10-4f45-8fe5-16dd6cb2f5e1#key-1"
  ],
  "controller": "did:volt:e228506e-8e10-4f45-8fe5-16dd6cb2f5e1",
  "id": "did:volt:e228506e-8e10-4f45-8fe5-16dd6cb2f5e1",
  "service": [
    {
      "id": "did:volt:e228506e-8e10-4f45-8fe5-16dd6cb2f5e1#volt-discovery",
      "serviceEndpoint": "http://192.168.1.139:42548/discover",
      "type": "volt-discovery"
    },
    {
      "id": "did:volt:e228506e-8e10-4f45-8fe5-16dd6cb2f5e1#did-registry-https---tdxid.com",
      "serviceEndpoint": "https://tdxid.com",
      "type": "volt-did-registry"
    }
  ],
  "verificationMethod": [
    {
      "id": "did:volt:e228506e-8e10-4f45-8fe5-16dd6cb2f5e1#key-1",
      "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAz2B/3u+6u5x7vXC9u7WkcfRjbJ2+jcnLeNKw7vFjFxM=\n-----END PUBLIC KEY-----\n",
      "type": "Ed25519Signature2018"
    }
  ]
}