Skip to content

Commit

Permalink
Single file specifications refresh (d180edd)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Nov 7, 2024
1 parent d180edd commit 78a91f9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 90 deletions.
7 changes: 2 additions & 5 deletions generated/artifacts/openapi-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5321,10 +5321,7 @@
"$ref": "#/components/schemas/document_properties_address_lines"
},
"barcode": {
"items": {
"$ref": "#/components/schemas/document_properties_barcode_inner"
},
"type": "array"
"$ref": "#/components/schemas/document_properties_barcode"
},
"nfc": {
"$ref": "#/components/schemas/document_properties_nfc"
Expand Down Expand Up @@ -7262,7 +7259,7 @@
},
"type": "object"
},
"document_properties_barcode_inner": {
"document_properties_barcode": {
"properties": {
"first_name": {
"type": "string"
Expand Down
86 changes: 6 additions & 80 deletions generated/artifacts/openapi-yaml/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3737,25 +3737,7 @@ components:
issuing_state: issuing_state
first_name: first_name
barcode:
- 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
document_number: document_number
issuing_date: 2000-01-23
gender: gender
date_of_birth: 2000-01-23
Expand Down Expand Up @@ -4372,25 +4354,7 @@ components:
issuing_state: issuing_state
first_name: first_name
barcode:
- 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
document_number: document_number
issuing_date: 2000-01-23
gender: gender
date_of_birth: 2000-01-23
Expand Down Expand Up @@ -4556,9 +4520,7 @@ components:
address_lines:
$ref: '#/components/schemas/document_properties_address_lines'
barcode:
items:
$ref: '#/components/schemas/document_properties_barcode_inner'
type: array
$ref: '#/components/schemas/document_properties_barcode'
nfc:
$ref: '#/components/schemas/document_properties_nfc'
driving_licence_information:
Expand Down Expand Up @@ -5830,25 +5792,7 @@ components:
issuing_state: issuing_state
first_name: first_name
barcode:
- 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
document_number: document_number
issuing_date: 2000-01-23
gender: gender
date_of_birth: 2000-01-23
Expand Down Expand Up @@ -6149,25 +6093,7 @@ components:
issuing_state: issuing_state
first_name: first_name
barcode:
- 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
document_number: document_number
issuing_date: 2000-01-23
gender: gender
date_of_birth: 2000-01-23
Expand Down Expand Up @@ -7454,7 +7380,7 @@ components:
country_code:
type: string
type: object
document_properties_barcode_inner:
document_properties_barcode:
example:
document_number: document_number
issuing_date: 2000-01-23
Expand Down
7 changes: 2 additions & 5 deletions generated/artifacts/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4570,10 +4570,7 @@
"$ref" : "#/components/schemas/document_properties_address_lines"
},
"barcode" : {
"items" : {
"$ref" : "#/components/schemas/document_properties_barcode_inner"
},
"type" : "array"
"$ref" : "#/components/schemas/document_properties_barcode"
},
"nfc" : {
"$ref" : "#/components/schemas/document_properties_nfc"
Expand Down Expand Up @@ -6463,7 +6460,7 @@
},
"type" : "object"
},
"document_properties_barcode_inner" : {
"document_properties_barcode" : {
"properties" : {
"first_name" : {
"type" : "string"
Expand Down

0 comments on commit 78a91f9

Please sign in to comment.