Skip to content

Commit

Permalink
Revert "Fix barcode field in document properties object (#132)"
Browse files Browse the repository at this point in the history
This reverts commit d180edd.
  • Loading branch information
dvacca-onfido authored Nov 25, 2024
1 parent beff8cb commit 9750f87
Showing 1 changed file with 43 additions and 41 deletions.
84 changes: 43 additions & 41 deletions schemas/reports/document_properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,47 +122,49 @@ properties:
country_code:
type: string
barcode:
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: 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
nfc:
type: object
properties:
Expand Down

0 comments on commit 9750f87

Please sign in to comment.