diff --git a/generated/artifacts/openapi-reference/openapi.json b/generated/artifacts/openapi-reference/openapi.json index 1d9b266..7dc5de8 100644 --- a/generated/artifacts/openapi-reference/openapi.json +++ b/generated/artifacts/openapi-reference/openapi.json @@ -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" @@ -7360,7 +7363,7 @@ }, "type": "object" }, - "document_properties_barcode": { + "document_properties_barcode_inner": { "properties": { "first_name": { "type": "string" diff --git a/generated/artifacts/openapi-yaml/openapi/openapi.yaml b/generated/artifacts/openapi-yaml/openapi/openapi.yaml index 7f71612..57f5abc 100644 --- a/generated/artifacts/openapi-yaml/openapi/openapi.yaml +++ b/generated/artifacts/openapi-yaml/openapi/openapi.yaml @@ -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 @@ -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 @@ -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: @@ -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 @@ -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 @@ -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 diff --git a/generated/artifacts/openapi/openapi.json b/generated/artifacts/openapi/openapi.json index 7415dee..b637259 100644 --- a/generated/artifacts/openapi/openapi.json +++ b/generated/artifacts/openapi/openapi.json @@ -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" @@ -6511,7 +6514,7 @@ }, "type" : "object" }, - "document_properties_barcode" : { + "document_properties_barcode_inner" : { "properties" : { "first_name" : { "type" : "string"