Skip to content

Commit

Permalink
Add check id to report model (#28)
Browse files Browse the repository at this point in the history
* check id added to report model json

* property renaming,
version change

Co-authored-by: Enes Dogan <[email protected]>
  • Loading branch information
enesdogan27 and Enes Dogan committed Jun 8, 2020
1 parent d6c31c6 commit 5048525
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion onfido-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.onfido</groupId>
<artifactId>onfido-api-java</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>

<name>Onfido API Java Client</name>
<description>Official Java API client library for the Onfido API</description>
Expand Down
7 changes: 6 additions & 1 deletion onfido-java/src/main/models/report.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
}
}
}

0 comments on commit 5048525

Please sign in to comment.