Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CAT-1581] Revert "[CAT-1528] Fix barcode field in document properties object" #137

Merged
Merged
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
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