Skip to content

Commit

Permalink
Merge pull request #20 from eu-digital-green-certificates/feat/tests
Browse files Browse the repository at this point in the history
rename 'publicKeyJWK' to 'publicKeyJwk'
  • Loading branch information
epicsoft-llc authored Sep 23, 2021
2 parents 59875ea + c9b7461 commit efe1449
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

package eu.europa.ec.dgc.validation.decorator.dto;

import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.ArrayList;
import java.util.List;
import lombok.Data;
Expand Down Expand Up @@ -48,7 +47,6 @@ public static final class VerificationIdentityResponse {

private String controller;

@JsonProperty("publicKeyJWK")
private PublicKeyJwkIdentityResponse publicKeyJwk;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

package eu.europa.ec.dgc.validation.decorator.entity;

import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.ArrayList;
import java.util.List;
import lombok.Data;
Expand All @@ -41,7 +40,6 @@ public static final class VerificationMethod {

private String controller;

@JsonProperty("publicKeyJWK")
private PublicKeyJwk publicKeyJwk;
}

Expand Down

0 comments on commit efe1449

Please sign in to comment.