diff --git a/onfido-java/pom.xml b/onfido-java/pom.xml index 92b13fbb..ce557eca 100644 --- a/onfido-java/pom.xml +++ b/onfido-java/pom.xml @@ -4,7 +4,7 @@ com.onfido onfido-api-java - 1.1.2 + 1.1.3 Onfido API Java Client Official Java API client library for the Onfido API diff --git a/onfido-java/src/main/models/report.json b/onfido-java/src/main/models/report.json index 9f80bdea..ee882197 100644 --- a/onfido-java/src/main/models/report.json +++ b/onfido-java/src/main/models/report.json @@ -31,7 +31,7 @@ "type": "string", "description": "The result of the report" }, - "subResult": { + "sub_result": { "type": "string", "description": "The sub_result of the report. It gives a more detailed result for Document reports only, and will be null otherwise", "readOnly": true @@ -53,6 +53,11 @@ }, "description": "The document IDs that were processed. Only for Document reports", "readOnly": true + }, + "check_id": { + "type": "string", + "description": "The unique identifier for the check id", + "readOnly": true } } } \ No newline at end of file