Skip to content

Commit

Permalink
fix: DidDocument default context
Browse files Browse the repository at this point in the history
  • Loading branch information
perher committed Sep 27, 2024
1 parent f3b322a commit ea25bc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonDeserialize(builder = DidDocument.Builder.class)
public class DidDocument {

public static final String DID_RESOLUTION_CONTEXT = "https://w3id.org/did-resolution/v1";
public static final String DID_RESOLUTION_CONTEXT = "https://www.w3.org/ns/did/v1";
private final List<Service> service = new ArrayList<>();
@JsonProperty("@context")
private final List<Object> context = new ArrayList<>();
Expand Down

0 comments on commit ea25bc2

Please sign in to comment.