{
  "@context": [
    "https://www.w3.org/ns/did/v1",
    "https://tdxvolt.com/ns/did/v1"
  ],
  "assertionMethod": [
    "did:volt:167c9ae5-a3ba-4cbd-bf74-114890c94795#key-1"
  ],
  "authentication": [
    "did:volt:167c9ae5-a3ba-4cbd-bf74-114890c94795#key-1"
  ],
  "controller": "did:volt:167c9ae5-a3ba-4cbd-bf74-114890c94795",
  "id": "did:volt:167c9ae5-a3ba-4cbd-bf74-114890c94795",
  "service": [
    {
      "id": "did:volt:167c9ae5-a3ba-4cbd-bf74-114890c94795#volt-discovery",
      "serviceEndpoint": "http://localhost:38156/discover",
      "type": "volt-discovery"
    },
    {
      "id": "did:volt:167c9ae5-a3ba-4cbd-bf74-114890c94795#did-registry-https---coreid.com",
      "serviceEndpoint": "https://coreid.com",
      "type": "volt-did-registry"
    }
  ],
  "verificationMethod": [
    {
      "id": "did:volt:167c9ae5-a3ba-4cbd-bf74-114890c94795#key-1",
      "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEARzA1M2yGaS5hWLjNdHewg6KXOfy8pIHCU5+n0UFVjEo=\n-----END PUBLIC KEY-----\n",
      "type": "Ed25519Signature2018"
    }
  ]
}