Skip to content

Commit

Permalink
Single file specifications refresh (8c793a1)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Nov 26, 2024
1 parent 8c793a1 commit 95783ec
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 10 deletions.
7 changes: 5 additions & 2 deletions generated/artifacts/openapi-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5379,7 +5379,10 @@
"$ref": "#/components/schemas/document_properties_address_lines"
},
"barcode": {
"$ref": "#/components/schemas/document_properties_barcode"
"items": {
"$ref": "#/components/schemas/document_properties_barcode_inner"
},
"type": "array"
},
"nfc": {
"$ref": "#/components/schemas/document_properties_nfc"
Expand Down Expand Up @@ -7360,7 +7363,7 @@
},
"type": "object"
},
"document_properties_barcode": {
"document_properties_barcode_inner": {
"properties": {
"first_name": {
"type": "string"
Expand Down
86 changes: 80 additions & 6 deletions generated/artifacts/openapi-yaml/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3783,7 +3783,25 @@ components:
issuing_state: issuing_state
first_name: first_name
barcode:
document_number: document_number
- document_number: document_number
issuing_date: 2000-01-23
gender: gender
date_of_birth: 2000-01-23
last_name: last_name
middle_name: middle_name
real_id_classification: real_id_classification
date_of_expiry: 2000-01-23
issuing_country: issuing_country
address_line_1: address_line_1
address_line_3: address_line_3
address_line_2: address_line_2
issuing_state: issuing_state
address_line_5: address_line_5
first_name: first_name
address_line_4: address_line_4
class: class
document_type: document_type
- document_number: document_number
issuing_date: 2000-01-23
gender: gender
date_of_birth: 2000-01-23
Expand Down Expand Up @@ -4404,7 +4422,25 @@ components:
issuing_state: issuing_state
first_name: first_name
barcode:
document_number: document_number
- document_number: document_number
issuing_date: 2000-01-23
gender: gender
date_of_birth: 2000-01-23
last_name: last_name
middle_name: middle_name
real_id_classification: real_id_classification
date_of_expiry: 2000-01-23
issuing_country: issuing_country
address_line_1: address_line_1
address_line_3: address_line_3
address_line_2: address_line_2
issuing_state: issuing_state
address_line_5: address_line_5
first_name: first_name
address_line_4: address_line_4
class: class
document_type: document_type
- document_number: document_number
issuing_date: 2000-01-23
gender: gender
date_of_birth: 2000-01-23
Expand Down Expand Up @@ -4570,7 +4606,9 @@ components:
address_lines:
$ref: '#/components/schemas/document_properties_address_lines'
barcode:
$ref: '#/components/schemas/document_properties_barcode'
items:
$ref: '#/components/schemas/document_properties_barcode_inner'
type: array
nfc:
$ref: '#/components/schemas/document_properties_nfc'
driving_licence_information:
Expand Down Expand Up @@ -5877,7 +5915,25 @@ components:
issuing_state: issuing_state
first_name: first_name
barcode:
document_number: document_number
- document_number: document_number
issuing_date: 2000-01-23
gender: gender
date_of_birth: 2000-01-23
last_name: last_name
middle_name: middle_name
real_id_classification: real_id_classification
date_of_expiry: 2000-01-23
issuing_country: issuing_country
address_line_1: address_line_1
address_line_3: address_line_3
address_line_2: address_line_2
issuing_state: issuing_state
address_line_5: address_line_5
first_name: first_name
address_line_4: address_line_4
class: class
document_type: document_type
- document_number: document_number
issuing_date: 2000-01-23
gender: gender
date_of_birth: 2000-01-23
Expand Down Expand Up @@ -6178,7 +6234,25 @@ components:
issuing_state: issuing_state
first_name: first_name
barcode:
document_number: document_number
- document_number: document_number
issuing_date: 2000-01-23
gender: gender
date_of_birth: 2000-01-23
last_name: last_name
middle_name: middle_name
real_id_classification: real_id_classification
date_of_expiry: 2000-01-23
issuing_country: issuing_country
address_line_1: address_line_1
address_line_3: address_line_3
address_line_2: address_line_2
issuing_state: issuing_state
address_line_5: address_line_5
first_name: first_name
address_line_4: address_line_4
class: class
document_type: document_type
- document_number: document_number
issuing_date: 2000-01-23
gender: gender
date_of_birth: 2000-01-23
Expand Down Expand Up @@ -7465,7 +7539,7 @@ components:
country_code:
type: string
type: object
document_properties_barcode:
document_properties_barcode_inner:
example:
document_number: document_number
issuing_date: 2000-01-23
Expand Down
7 changes: 5 additions & 2 deletions generated/artifacts/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4578,7 +4578,10 @@
"$ref" : "#/components/schemas/document_properties_address_lines"
},
"barcode" : {
"$ref" : "#/components/schemas/document_properties_barcode"
"items" : {
"$ref" : "#/components/schemas/document_properties_barcode_inner"
},
"type" : "array"
},
"nfc" : {
"$ref" : "#/components/schemas/document_properties_nfc"
Expand Down Expand Up @@ -6511,7 +6514,7 @@
},
"type" : "object"
},
"document_properties_barcode" : {
"document_properties_barcode_inner" : {
"properties" : {
"first_name" : {
"type" : "string"
Expand Down

0 comments on commit 95783ec

Please sign in to comment.