Skip to content

Commit

Permalink
Fix barcode field in document properties object (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido authored Nov 7, 2024
1 parent fb52d96 commit d180edd
Showing 1 changed file with 41 additions and 43 deletions.
84 changes: 41 additions & 43 deletions schemas/reports/document_properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,49 +122,47 @@ properties:
country_code:
type: string
barcode:
type: array
items:
type: object
properties:
first_name:
type: string
middle_name:
type: string
last_name:
type: string
document_type:
type: string
date_of_expiry:
type: string
format: date
date_of_birth:
type: string
format: date
issuing_date:
type: string
format: date
address_line_1:
type: string
address_line_2:
type: string
address_line_3:
type: string
address_line_4:
type: string
address_line_5:
type: string
issuing_state:
type: string
class:
type: string
gender:
type: string
issuing_country:
type: string
document_number:
type: string
real_id_classification:
type: string
type: object
properties:
first_name:
type: string
middle_name:
type: string
last_name:
type: string
document_type:
type: string
date_of_expiry:
type: string
format: date
date_of_birth:
type: string
format: date
issuing_date:
type: string
format: date
address_line_1:
type: string
address_line_2:
type: string
address_line_3:
type: string
address_line_4:
type: string
address_line_5:
type: string
issuing_state:
type: string
class:
type: string
gender:
type: string
issuing_country:
type: string
document_number:
type: string
real_id_classification:
type: string
nfc:
type: object
properties:
Expand Down

0 comments on commit d180edd

Please sign in to comment.