-
Notifications
You must be signed in to change notification settings - Fork 0
/
did.json
39 lines (39 loc) · 1.21 KB
/
did.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://identity.foundation/linked-vp/contexts/v1",
{
"Ed25519VerificationKey2018": "https://w3id.org/security#Ed25519VerificationKey2018",
"publicKeyJwk": {
"@id": "https://w3id.org/security#publicKeyJwk",
"@type": "@json"
}
}
],
"id": "did:web:broken-example.identinet.io",
"verificationMethod": [
{
"id": "did:web:broken-example.identinet.io#z6MkogF8SfmeAPX9yzruS7wTn2VZrDWA9QUEaUQwaE3MtRLa",
"type": "Ed25519VerificationKey2018",
"controller": "did:web:broken-example.identinet.io",
"publicKeyJwk": {
"kty": "OKP",
"crv": "Ed25519",
"x": "iQyyXcAyn0V6W0vJSEXlfh1eBJT0uDhdXwTVe1wkwgc"
}
}
],
"authentication": [
"did:web:broken-example.identinet.io#z6MkogF8SfmeAPX9yzruS7wTn2VZrDWA9QUEaUQwaE3MtRLa"
],
"assertionMethod": [
"did:web:broken-example.identinet.io#z6MkogF8SfmeAPX9yzruS7wTn2VZrDWA9QUEaUQwaE3MtRLa"
],
"service": [
{
"id": "did:web:broken-example.identinet.io#presentation",
"type": "LinkedVerifiablePresentation",
"serviceEndpoint": "https://broken-example.identinet.io/.well-known/presentation.json"
}
]
}