{
  "@context": "https://www.w3.org/ns/did/v1",
  "id": "did:web:henryfritz.xyz",
  "alsoKnownAs": [
    "at://henryfritz.xyz"
  ],
  "verificationMethod": [
    {
      "id": "did:web:henryfritz.xyz#atproto",
      "type": "Multikey",
      "controller": "did:web:henryfritz.xyz",
      "publicKeyMultibase": "z6MkhaXgBZDvotzL8V6N7geYHoUJzAxrV1R8GE6sHt75VXt7"
    }
  ],
  "service": [
    {
      "id": "#atproto_pds",
      "type": "AtprotoPersonalDataServer",
      "serviceEndpoint": "https://henryfritz.xyz"
    }
  ]
}
