Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"source": {
"repo_url": "https://github.com/onfido/onfido-openapi-spec",
"short_sha": "5e1a0b3",
"long_sha": "5e1a0b371b070316fd6b1b7d6fa60e2056047e00",
"short_sha": "e065d82",
"long_sha": "e065d8212494e0a91ad5053d612a7ab9f134a8af",
"version": "v5.7.0"
},
"release": "v6.7.0"
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/onfido/model/Passkey.java
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public static void validateJsonElement(JsonElement jsonElement) throws IOExcepti
@javax.annotation.Nonnull
private OffsetDateTime createdAt;

public static final String SERIALIZED_NAME_LAST_USED_AT = "lastUsedAt";
public static final String SERIALIZED_NAME_LAST_USED_AT = "last_used_at";
@SerializedName(SERIALIZED_NAME_LAST_USED_AT)
@javax.annotation.Nullable
private OffsetDateTime lastUsedAt;
Expand Down Expand Up @@ -331,7 +331,7 @@ private String toIndentedString(Object o) {
openapiFields.add("application_domain");
openapiFields.add("state");
openapiFields.add("created_at");
openapiFields.add("lastUsedAt");
openapiFields.add("last_used_at");

// a set of required properties/fields (JSON key names)
openapiRequiredFields = new HashSet<String>();
Expand Down