Skip to content
Open
Show file tree
Hide file tree
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
16 changes: 0 additions & 16 deletions schemas/reports/document_properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,22 +197,6 @@ properties:
format: date
issuing_authority:
type: string
driving_licence_information:
type: array
items:
type: object
title: Document Properties Driving Licence Information Item
properties:
category:
type: string
obtainment_date:
type: string
format: date
expiry_date:
type: string
format: date
codes:
type: string
document_classification:
type: object
properties:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
properties:
driving_licence_information:
type: array
items:
type: object
title: Document Properties Driving Licence Information Item
properties:
category:
type: string
obtainment_date:
type: string
format: date
expiry_date:
type: string
format: date
codes:
type: string
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ allOf:
breakdown:
$ref: document_breakdown.yaml
properties:
$ref: document_properties.yaml
title: Document Properties with Driving Licence Information
allOf:
- $ref: document_properties.yaml
- $ref: document_properties_with_driving_licence_information.yaml