diff --git a/authenticity/e-check-diagnose.yml b/authenticity/e-check-diagnose.yml index 96604c7..f7c7450 100644 --- a/authenticity/e-check-diagnose.yml +++ b/authenticity/e-check-diagnose.yml @@ -1,10 +1,9 @@ openapi: 3.0.3 components: schemas: - CheckDiagnose: - description: "Enumeration contains identifiers which determinate the single document element authenticity check outcome reason: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/check-diagnose/" type: integer + description: "Enumeration contains identifiers which determinate the single document element authenticity check outcome reason: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/check-diagnose/" enum: - 0 - 1 @@ -47,6 +46,11 @@ components: - 60 - 65 - 80 + - 81 + - 82 + - 83 + - 84 + - 85 - 90 - 91 - 92 @@ -57,6 +61,8 @@ components: - 100 - 101 - 102 + - 103 + - 104 - 110 - 111 - 112 @@ -69,6 +75,7 @@ components: - 119 - 120 - 121 + - 122 - 130 - 131 - 132 @@ -84,24 +91,6 @@ components: - 154 - 155 - 156 - - 82 - - 191 - - 192 - - 83 - - 84 - - 85 - - 200 - - 201 - - 202 - - 203 - - 204 - - 220 - - 221 - - 222 - - 81 - - 103 - - 104 - - 122 - 160 - 161 - 170 @@ -114,8 +103,18 @@ components: - 186 - 187 - 190 + - 200 + - 201 + - 202 + - 203 + - 204 + - 205 + - 220 + - 221 + - 222 - 230 - 240 + - 250 x-enum-varnames: - "UNKNOWN" - "PASS" @@ -158,6 +157,11 @@ components: - "BAD_AREA_IN_AXIAL" - "FALSE_IP_PARAMETERS" - "FIELD_POS_CORRECTOR_HIGHLIGHT_IR" + - "FIELD_POS_CORRECTOR_GLARES_IN_PHOTO_AREA" + - "FIELD_POS_CORRECTOR_PHOTO_REPLACED" + - "FIELD_POS_CORRECTOR_LANDMARKS_CHECK_ERROR" + - "FIELD_POS_CORRECTOR_FACE_PRESENCE_CHECK_ERROR" + - "FIELD_POS_CORRECTOR_FACE_ABSENCE_CHECK_ERROR" - "OVI_IR_INVISIBLE" - "OVI_INSUFFICIENT_AREA" - "OVI_COLOR_INVARIABLE" @@ -168,6 +172,8 @@ components: - "HOLOGRAM_ELEMENT_ABSENT" - "HOLOGRAM_SIDE_TOP_IMAGES_ABSENT" - "HOLOGRAM_ELEMENT_PRESENT" + - "HOLOGRAM_FRAMES_IS_ABSENT" + - "HOLOGRAM_HOLO_FIELD_IS_ABSENT" - "PHOTO_PATTERN_INTERRUPTED" - "PHOTO_PATTERN_SHIFTED" - "PHOTO_PATTERN_DIFFERENT_COLORS" @@ -180,6 +186,7 @@ components: - "PHOTO_PATTERN_DIFFERENT_LINES_THICKNESS" - "PHOTO_IS_NOT_RECTANGLE" - "PHOTO_CORNERS_IS_WRONG" + - "DOCUMENT_IS_CANCELLING" - "TEXT_COLOR_SHOULD_BE_BLUE" - "TEXT_COLOR_SHOULD_BE_GREEN" - "TEXT_COLOR_SHOULD_BE_RED" @@ -195,24 +202,6 @@ components: - "PORTRAIT_COMPARISON_NO_LIVE_PHOTO" - "PORTRAIT_COMPARISON_NO_SERVICE_LICENSE" - "PORTRAIT_COMPARISON_NO_PORTRAIT_DETECTED" - - "FIELD_POS_CORRECTOR_PHOTO_REPLACED" - - "SCREEN_CAPTURE_DETECTED" - - "ELECTRONIC_DEVICE_DETECTED" - - "FIELD_POS_CORRECTOR_LANDMARKS_CHECK_ERROR" - - "FIELD_POS_CORRECTOR_FACE_PRESENCE_CHECK_ERROR" - - "FIELD_POS_CORRECTOR_FACE_ABSENCE_CHECK_ERROR" - - "WRONG_SYMBOL_BACKGROUND" - - "WRONG_BACKGROUND" - - "WRONG_MRZ_WIDTH" - - "WRONG_MRZ_HEIGHT" - - "WRONG_LINE_POSITION" - - "TEXT_POSITION" - - "INVALID_FONT" - - "INVALID_BACKGROUND" - - "FIELD_POS_CORRECTOR_GLARES_IN_PHOTO_AREA" - - "HOLOGRAM_FRAMES_IS_ABSENT" - - "HOLOGRAM_HOLO_FIELD_IS_ABSENT" - - "DOCUMENT_IS_CANCELLING" - "MOBILE_IMAGES_UNSUITABLE_LIGHT_CONDITIONS" - "MOBILE_IMAGES_WHITE_UV_NO_DIFFERENCE" - "FINGERPRINTS_COMPARISON_MISMATCH" @@ -225,5 +214,15 @@ components: - "HOLO_PHOTO_FINISHED_BY_TIMEOUT" - "HOLO_PHOTO_DOCUMENT_OUTSIDE_FRAME" - "LIVENESS_DEPTH_CHECK_FAILED" - - "LAS_INK_INVALID_LINES_FREQUENCY" - - "LAST_DIAGNOSE_VALUE" \ No newline at end of file + - "MRZ_QUALITY_WRONG_SYMBOL_POSITION" + - "MRZ_QUALITY_WRONG_BACKGROUND" + - "MRZ_QUALITY_WRONG_MRZ_WIDTH" + - "MRZ_QUALITY_WRONG_MRZ_HEIGHT" + - "MRZ_QUALITY_WRONG_LINE_POSITION" + - "MRZ_QUALITY_WRONG_FONT_TYPE" + - "OCR_QUALITY_TEXT_POSITION" + - "OCR_QUALITY_INVALID_FONT" + - "OCR_QUALITY_INVALID_BACKGROUND" + - "LASINK_INVALID_LINES_FREQUENCY" + - "DOC_LIVENESS_ELECTRONIC_DEVICE_DETECTED" + - "LAST_DIAGNOSE_VALUE" diff --git a/authenticity/e-critical.yml b/authenticity/e-critical.yml index c237165..eac10bd 100644 --- a/authenticity/e-critical.yml +++ b/authenticity/e-critical.yml @@ -1,10 +1,9 @@ openapi: 3.0.3 components: schemas: - Critical: - description: "Enumeration contains identifiers determining the criticality of the security element" type: integer + description: "Enumeration contains identifiers determining the criticality of the security element" enum: - 0 - 1 @@ -13,4 +12,4 @@ components: - "Security element must be present in a valid document" x-enum-varnames: - "NOT_CRITICAL" - - "CRITICAL" \ No newline at end of file + - "CRITICAL" diff --git a/authenticity/e-result-type.yml b/authenticity/e-result-type.yml index bf5c9c8..f2bf070 100644 --- a/authenticity/e-result-type.yml +++ b/authenticity/e-result-type.yml @@ -1,10 +1,9 @@ openapi: 3.0.3 components: schemas: - AuthenticityResultType: - description: "Enumeration describes available authenticity checks: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/authenticity-result-type/." type: integer + description: "Enumeration describes available authenticity checks: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/authenticity-result-type/." enum: - 1 - 2 @@ -15,6 +14,7 @@ components: - 64 - 128 - 512 + - 1024 - 4096 - 8192 - 32768 @@ -36,6 +36,7 @@ components: - "OCR for the text field in UV light comparison with other text sources check" - "Invisible Personal Information (IPI) visualization" - "Owner's photo embedding check (is photo printed or sticked)" + - "OVI check" - "Hologram presence check" - "Owner's photo area advanced check (photo shape, size, position, etc.)" - "Portrait comparison check (document printed vs chip vs live)" @@ -46,7 +47,7 @@ components: - "Fingerprint comparison check" - "Document liveness check" - "Extended OCR Check" - - "MRZ extended check" + - "Extended MRZ check" x-enum-varnames: - "UV_LUMINESCENCE" - "IR_B900" @@ -58,6 +59,7 @@ components: - "IPI" - "PHOTO_EMBED_TYPE" - "HOLOGRAMS" + - "OVI" - "PHOTO_AREA" - "PORTRAIT_COMPARISON" - "BARCODE_FORMAT_CHECK" @@ -67,4 +69,4 @@ components: - "FINGERPRINT_COMPARISON" - "LIVENESS" - "EXTENDED_OCR_CHECK" - - "MRZ" + - "EXTENDED_MRZ_CHECK" diff --git a/authenticity/e-visibility.yml b/authenticity/e-visibility.yml index 4aa6506..dd1c571 100644 --- a/authenticity/e-visibility.yml +++ b/authenticity/e-visibility.yml @@ -1,10 +1,9 @@ openapi: 3.0.3 components: schemas: - Visibility: - description: "Enumeration contains visibility status of the security element" type: integer + description: "Enumeration contains visibility status of the security element" enum: - 0 - 1 @@ -22,4 +21,4 @@ components: - "VISIBLE" - "COLORED" - "GRAYSCALE" - - "WHITE_IR_MATCHING" \ No newline at end of file + - "WHITE_IR_MATCHING" diff --git a/authenticity/rt-fiber.yml b/authenticity/rt-fiber.yml index e48feea..4952b4b 100644 --- a/authenticity/rt-fiber.yml +++ b/authenticity/rt-fiber.yml @@ -5,7 +5,7 @@ components: FiberResult: title: "Fibers Check" allOf: - - $ref: '../rt-authenticity.yml#/components/schemas/AuthenticityCheckResultItem' + - $ref: "../rt-authenticity.yml#/components/schemas/AuthenticityCheckResultItem" - type: object properties: RectCount: @@ -16,7 +16,7 @@ components: type: integer LightValue: description: "For UV_Background authentication result type" - $ref: '../common.yml#/components/schemas/Light' + $ref: "../common.yml#/components/schemas/Light" LightDisp: description: "For UV_Background authentication result type" type: integer @@ -24,7 +24,7 @@ components: description: "Coordinates of located areas for defined fibers type" type: array items: - $ref: '../common.yml#/components/schemas/RectangleCoordinates' + $ref: "../common.yml#/components/schemas/RectangleCoordinates" Width: description: "Fibers width value for located areas (in pixels)" type: array diff --git a/authenticity/rt-ident.yml b/authenticity/rt-ident.yml index d4b98eb..bc963e1 100644 --- a/authenticity/rt-ident.yml +++ b/authenticity/rt-ident.yml @@ -5,23 +5,23 @@ components: IdentResult: title: "Ident Check" allOf: - - $ref: '../rt-authenticity.yml#/components/schemas/AuthenticityCheckResultItem' + - $ref: "../rt-authenticity.yml#/components/schemas/AuthenticityCheckResultItem" - type: object properties: ElementType: - $ref: '../e-security-feature-type.yml#/components/schemas/SecurityFeatureType' + $ref: "../e-security-feature-type.yml#/components/schemas/SecurityFeatureType" LightIndex: - $ref: '../common.yml#/components/schemas/Light' + $ref: "../common.yml#/components/schemas/Light" Area: - $ref: '../common.yml#/components/schemas/RectangleCoordinates' + $ref: "../common.yml#/components/schemas/RectangleCoordinates" Image: description: "Original image" - $ref: '../common.yml#/components/schemas/ImageData' + $ref: "../common.yml#/components/schemas/ImageData" EtalonImage: description: "Reference image" - $ref: '../common.yml#/components/schemas/ImageData' + $ref: "../common.yml#/components/schemas/ImageData" PercentValue: description: "Probability percent for IMAGE_PATTERN check or element's visibility for IR_VISIBILITY" type: integer AreaList: - $ref: '../rt-authenticity.yml#/components/schemas/AreaContainer' \ No newline at end of file + $ref: "../rt-authenticity.yml#/components/schemas/AreaContainer" \ No newline at end of file diff --git a/authenticity/rt-ocr-security-text.yml b/authenticity/rt-ocr-security-text.yml index 09bd66d..6ddfd2b 100644 --- a/authenticity/rt-ocr-security-text.yml +++ b/authenticity/rt-ocr-security-text.yml @@ -5,15 +5,15 @@ components: OCRSecurityTextResult: title: "OCR Security Text Check" allOf: - - $ref: '../rt-authenticity.yml#/components/schemas/AuthenticityCheckResultItem' + - $ref: "../rt-authenticity.yml#/components/schemas/AuthenticityCheckResultItem" - type: object properties: CriticalFlag: - $ref: './e-critical.yml#/components/schemas/Critical' + $ref: "./e-critical.yml#/components/schemas/Critical" LightType: - $ref: '../common.yml#/components/schemas/Light' + $ref: "../common.yml#/components/schemas/Light" FieldRect: - $ref: '../common.yml#/components/schemas/RectangleCoordinates' + $ref: "../common.yml#/components/schemas/RectangleCoordinates" EtalonResultType: type: integer EtalonFieldType: diff --git a/authenticity/rt-photo-ident.yml b/authenticity/rt-photo-ident.yml index 08a7a94..94f32ad 100644 --- a/authenticity/rt-photo-ident.yml +++ b/authenticity/rt-photo-ident.yml @@ -5,17 +5,17 @@ components: PhotoIdentResult: title: "Photo Ident Check" allOf: - - $ref: '../rt-authenticity.yml#/components/schemas/AuthenticityCheckResultItem' + - $ref: "../rt-authenticity.yml#/components/schemas/AuthenticityCheckResultItem" - type: object properties: LightIndex: - $ref: '../common.yml#/components/schemas/Light' + $ref: "../common.yml#/components/schemas/Light" Area: - $ref: '../common.yml#/components/schemas/RectangleCoordinates' + $ref: "../common.yml#/components/schemas/RectangleCoordinates" SourceImage: - $ref: '../common.yml#/components/schemas/ImageData' + $ref: "../common.yml#/components/schemas/ImageData" ResultImages: - $ref: '#/components/schemas/RawImageContainerList' + $ref: "#/components/schemas/RawImageContainerList" FieldTypesCount: type: integer FieldTypesList: @@ -37,4 +37,4 @@ components: Images: type: array items: - $ref: '../common.yml#/components/schemas/ImageData' \ No newline at end of file + $ref: "../common.yml#/components/schemas/ImageData" \ No newline at end of file diff --git a/authenticity/rt-security-feature.yml b/authenticity/rt-security-feature.yml index e4802dd..e7d7ca7 100644 --- a/authenticity/rt-security-feature.yml +++ b/authenticity/rt-security-feature.yml @@ -5,18 +5,18 @@ components: SecurityFeatureResult: title: "Security Feature Check" allOf: - - $ref: '../rt-authenticity.yml#/components/schemas/AuthenticityCheckResultItem' + - $ref: "../rt-authenticity.yml#/components/schemas/AuthenticityCheckResultItem" - type: object properties: ElementType: - $ref: '../e-security-feature-type.yml#/components/schemas/SecurityFeatureType' + $ref: "../e-security-feature-type.yml#/components/schemas/SecurityFeatureType" ElementRect: - $ref: '../common.yml#/components/schemas/RectangleCoordinates' + $ref: "../common.yml#/components/schemas/RectangleCoordinates" Visibility: - $ref: './e-visibility.yml#/components/schemas/Visibility' + $ref: "./e-visibility.yml#/components/schemas/Visibility" CriticalFlag: - $ref: './e-critical.yml#/components/schemas/Critical' + $ref: "./e-critical.yml#/components/schemas/Critical" AreaList: - $ref: '../rt-authenticity.yml#/components/schemas/AreaContainer' + $ref: "../rt-authenticity.yml#/components/schemas/AreaContainer" Reserved2: type: integer \ No newline at end of file diff --git a/common.yml b/common.yml index f0cb89b..1afb83b 100644 --- a/common.yml +++ b/common.yml @@ -18,17 +18,17 @@ components: description: "Document data sources" type: string enum: - - 'MRZ' - - 'VISUAL' - - 'BARCODE' - - 'RFID' - - 'MAGNETIC' + - "MRZ" + - "VISUAL" + - "BARCODE" + - "RFID" + - "MAGNETIC" x-enum-varnames: - - 'MRZ' - - 'VISUAL' - - 'BARCODE' - - 'RFID' - - 'MAGNETIC' + - "MRZ" + - "VISUAL" + - "BARCODE" + - "RFID" + - "MAGNETIC" CheckResult: type: integer @@ -38,13 +38,13 @@ components: - 1 - 2 x-enum-varnames: - - 'ERROR' - - 'OK' - - 'WAS_NOT_DONE' + - "ERROR" + - "OK" + - "WAS_NOT_DONE" x-enum-descriptions: - - 'Check was performed and result is NEGATIVE' - - 'Check was performed and result is POSITIVE' - - 'Check was NOT PERFORMED' + - "Check was performed and result is NEGATIVE" + - "Check was performed and result is POSITIVE" + - "Check was NOT PERFORMED" # todo update x-enum-descriptions Scenario: @@ -129,13 +129,13 @@ components: - 1 - 2 x-enum-descriptions: - - 'There is no RFID chip in the document' - - 'The RFID chip is located in the document data page' - - 'The RFID chip is located in the back page or inlay of the document' + - "There is no RFID chip in the document" + - "The RFID chip is located in the document data page" + - "The RFID chip is located in the back page or inlay of the document" x-enum-varnames: - - 'NONE' - - 'MAIN_PAGE' - - 'BACK_PAGE' + - "NONE" + - "MAIN_PAGE" + - "BACK_PAGE" RfidOrigin: type: object @@ -165,10 +165,10 @@ components: - 24 - 128 x-enum-descriptions: - - 'No Light' - - 'White' - - 'Infrared' - - 'Ultraviolet' + - "No Light" + - "White" + - "Infrared" + - "Ultraviolet" x-enum-varnames: - "OFF" - "WHITE" diff --git a/e-document-type.yml b/e-document-type.yml index 1eb1011..ae19db7 100644 --- a/e-document-type.yml +++ b/e-document-type.yml @@ -1,7 +1,6 @@ openapi: 3.0.3 components: schemas: - DocumentType: type: integer description: "Possible values for document types" @@ -14,9 +13,6 @@ components: - 15 - 16 - 17 - - 99 - - 29 - - 30 - 20 - 21 - 22 @@ -26,6 +22,8 @@ components: - 26 - 27 - 28 + - 29 + - 30 - 32 - 33 - 34 @@ -93,6 +91,7 @@ components: - 96 - 97 - 98 + - 99 - 100 - 101 - 102 @@ -243,9 +242,6 @@ components: - "SEAMANS_IDENTITY_DOCUMENT" - "IDENTITY_CARD_FOR_RESIDENCE" - "TRAVEL_DOCUMENT" - - "OTHER" - - "VISA_ID2" - - "VISA_ID3" - "NATIONAL_IDENTITY_CARD" - "SOCIAL_IDENTITY_CARD" - "ALIENS_IDENTITY_CARD" @@ -255,6 +251,8 @@ components: - "EMERGENCY_PASSPORT" - "ALIENS_PASSPORT" - "ALTERNATIVE_IDENTITY_CARD" + - "VISA_ID2" + - "VISA_ID3" - "AUTHORIZATION_CARD" - "BEGINNER_PERMIT" - "BORDER_CROSSING_CARD" @@ -322,6 +320,7 @@ components: - "IDENTITY_CARD_TEMPORARY_VISITOR_UNDER_21" - "IDENTITY_CARD_UNDER_18" - "IDENTITY_CARD_UNDER_21" + - "OTHER" - "IGNITION_INTERLOCK_PERMIT" - "IMMIGRANT_VISA" - "INSTRUCTION_PERMIT" diff --git a/e-graphic-field-type.yml b/e-graphic-field-type.yml index 2dfdad8..eace0c3 100644 --- a/e-graphic-field-type.yml +++ b/e-graphic-field-type.yml @@ -1,11 +1,9 @@ openapi: 3.0.3 components: schemas: - GraphicFieldName: description: "Human readable field name. Do not bind to this name - use GraphicFieldType instead." type: string - GraphicFieldType: type: integer enum: @@ -35,56 +33,54 @@ components: - 314 - 315 x-enum-descriptions: - - 'Document holder photo' - - 'Fingerprint of document holder' - - 'Image of the iris of document holder' - - 'Signature of document holder' - - 'Barcode image' - - 'Image of document confirming owner citizenship' - - 'Cropped and rotated with perspective compensation (front side) of a document. - Single input image can contain multiple document side/pages, which will be returned as separated results. - Most coordinates in other types defined on that image.' - - 'Image of the rear side of the document' - - 'Area with dynamic color change' - - 'Additional Portrait' - - 'Stamp' - - 'Undefined image type' - - 'Fingerprint (thumb, left hand)' - - 'Fingerprint (index, left hand)' - - 'Fingerprint (middle, left hand)' - - 'Fingerprint (ring, left hand)' - - 'Fingerprint (little, left hand)' - - 'Fingerprint (thumb, right hand)' - - 'Fingerprint (index, right hand)' - - 'Fingerprint (middle, right hand)' - - 'Fingerprint (ring, right hand)' - - 'Fingerprint (little, right hand)' - - 'Fingerprint (four without thumb on right hand)' - - 'Fingerprint (four without thumb on left hand' - - 'Fingerprint (two thumbs)' + - "Document holder photo" + - "Fingerprint of document holder" + - "Image of the iris of document holder" + - "Signature of document holder" + - "Barcode image" + - "Image of document confirming owner citizenship" + - "Cropped and rotated with perspective compensation (front side) of a document. Single input image can contain multiple document side/pages, which will be returned as separated results. Most coordinates in other types defined on that image." + - "Image of the rear side of the document" + - "Area with dynamic color change" + - "Additional Portrait" + - "Stamp" + - "Undefined image type" + - "Fingerprint (thumb, left hand)" + - "Fingerprint (index, left hand)" + - "Fingerprint (middle, left hand)" + - "Fingerprint (ring, left hand)" + - "Fingerprint (little, left hand)" + - "Fingerprint (thumb, right hand)" + - "Fingerprint (index, right hand)" + - "Fingerprint (middle, right hand)" + - "Fingerprint (ring, right hand)" + - "Fingerprint (little, right hand)" + - "Fingerprint (four without thumb on right hand)" + - "Fingerprint (four without thumb on left hand" + - "Fingerprint (two thumbs)" x-enum-varnames: - - 'PORTRAIT' - - 'FINGERPRINT' - - 'EYE' - - 'SIGNATURE' - - 'BAR_CODE' - - 'PROOF_OF_CITIZENSHIP' - - 'DOCUMENT_FRONT' - - 'DOCUMENT_REAR' - - 'COLOR_DYNAMIC' - - 'GHOST_PORTRAIT' - - 'STAMP' - - 'OTHER' - - 'FINGER_LEFT_THUMB' - - 'FINGER_LEFT_INDEX' - - 'FINGER_LEFT_MIDDLE' - - 'FINGER_LEFT_RING' - - 'FINGER_LEFT_LITTLE' - - 'FINGER_RIGHT_THUMB' - - 'FINGER_RIGHT_INDEX' - - 'FINGER_RIGHT_MIDDLE' - - 'FINGER_RIGHT_RING' - - 'FINGER_RIGHT_LITTLE' - - 'FINGER_RIGHT_FOUR_FINGERS' - - 'FINGER_LEFT_FOUR_FINGERS' - - 'FINGER_TWO_THUMBS' \ No newline at end of file + - "PORTRAIT" + - "FINGERPRINT" + - "EYE" + - "SIGNATURE" + - "BAR_CODE" + - "PROOF_OF_CITIZENSHIP" + - "DOCUMENT_FRONT" + - "DOCUMENT_REAR" + - "COLOR_DYNAMIC" + - "GHOST_PORTRAIT" + - "STAMP" + - "OTHER" + - "FINGER_LEFT_THUMB" + - "FINGER_LEFT_INDEX" + - "FINGER_LEFT_MIDDLE" + - "FINGER_LEFT_RING" + - "FINGER_LEFT_LITTLE" + - "FINGER_RIGHT_THUMB" + - "FINGER_RIGHT_INDEX" + - "FINGER_RIGHT_MIDDLE" + - "FINGER_RIGHT_RING" + - "FINGER_RIGHT_LITTLE" + - "FINGER_RIGHT_FOUR_FINGERS" + - "FINGER_LEFT_FOUR_FINGERS" + - "FINGER_TWO_THUMBS" diff --git a/e-lcid.yml b/e-lcid.yml index 9ada3e6..3eccbaf 100644 --- a/e-lcid.yml +++ b/e-lcid.yml @@ -353,6 +353,7 @@ components: - "French (Luxembourg)" - "French (Monaco)" - "French (Switzerland)" + - "FYRO Macedonian" - "Galician" - "Georgian" - "German (Austria)" @@ -377,7 +378,6 @@ components: - "Kyrgyz (Cyrillic)" - "Latvian" - "Lithuanian" - - "FYRO Macedonian" - "Malay (Malaysia)" - "Malay (Brunei Darussalam)" - "Marathi" diff --git a/e-parsing-error-codes.yml b/e-parsing-error-codes.yml new file mode 100644 index 0000000..4a52016 --- /dev/null +++ b/e-parsing-error-codes.yml @@ -0,0 +1,260 @@ +openapi: 3.0.3 +components: + schemas: + ParsingErrorCodes: + type: integer + description: "The enumeration contains error codes that can return during the RFID chip processing." + enum: + - 1 + - -2147483647 + - -2147483646 + - -2147483645 + - -2147483640 + - -2147483639 + - -2147483638 + - -2147483631 + - -2147483629 + - -2147483628 + - -2147483627 + - -2147483626 + - -2147483630 + - -2147483625 + - -2147483624 + - -2147483623 + - -2147483622 + - -2147483621 + - -2147483620 + - -2147483619 + - -2147483618 + - -2147483617 + - -2147483616 + - -2147483615 + - -2147483614 + - -2147483613 + - -2147483612 + - -2147483611 + - -2147483610 + - -2147483609 + - -2147483600 + - -2147483599 + - -2147483598 + - -2147483597 + - -2147483596 + - -2147483594 + - -2147483595 + - -2147483568 + - -2147483567 + - -2147483566 + - -2147483565 + - -2147483564 + - -2147483563 + - -2147483562 + - -2147483561 + - -2147483560 + - -2147483559 + - -2147483558 + - -2147483536 + - -2147483535 + - -2130706415 + - -2130706400 + - -2130706399 + - -2130706398 + - -2130706397 + - -2130706396 + - -2130706395 + - -2130706394 + - -2130706393 + - -2130706392 + - -2130706391 + - -2130706390 + - -2130706389 + - -2130706388 + - -2130706387 + - -2130706386 + - -2130706385 + - -2130706384 + - -2130706383 + - -2130706382 + - -2130706381 + - -2130706380 + - -2130706379 + - -2130706378 + - -2130706377 + - -2130706376 + - -2130706368 + - -2130706367 + - -2130706366 + - -2130706365 + - -2130706364 + - -2130706363 + - -2130706352 + - -2130706351 + - -2130706350 + - -2130706349 + - -2130706348 + - -2130706347 + - -2130706346 + - -2130706345 + - -2130706320 + - -2130706319 + - -2130706318 + - -2130706336 + - -2130706334 + - -2130706333 + - -2130706332 + - -2130706331 + - -2130706080 + - -2130706079 + - -2130706078 + - -2130706077 + - -2130706076 + - -2130706075 + - -2130706074 + - -2130706073 + - -2130706072 + - -2130706071 + - -2130706070 + - -2130705920 + - -2130705919 + - -2130705918 + - -2130705917 + - -2130705916 + - -2130705915 + - -2130705664 + - -2130705663 + - -2130705662 + - -2130705661 + - -2130705660 + - -2130705659 + - -2130705658 + - -2130705657 + - -2130705656 + - -2130705655 + - -2130705654 + x-enum-varnames: + - "errLDS_Ok" + - "errLDS_ASN_IncorrectData" + - "errLDS_ASN_NotEnoughData" + - "errLDS_ASN_Contents_UnexpectedData" + - "errLDS_ASN_SignedData_IncorrectData" + - "errLDS_ASN_SignedData_EncapContents_IncorrectData" + - "errLDS_ASN_SignedData_Version_IncorrectData" + - "errLDS_ASN_SignedData_DigestAlgorithms_IncorrectData" + - "errLDS_ASN_LDSObject_IncorrectData" + - "errLDS_ASN_LDSObject_Version_IncorrectData" + - "errLDS_ASN_LDSObject_DigestAlgorithm_IncorrectData" + - "errLDS_ASN_LDSObject_DGHashes_IncorrectData" + - "errLDS_ASN_LDSObject_VersionInfo_IncorrectData" + - "errLDS_ASN_Certificate_IncorrectData" + - "errLDS_ASN_Certificate_Version_IncorrectData" + - "errLDS_ASN_Certificate_SN_IncorrectData" + - "errLDS_ASN_Certificate_Signature_IncorrectData" + - "errLDS_ASN_Certificate_Issuer_IncorrectData" + - "errLDS_ASN_Certificate_Validity_IncorrectData" + - "errLDS_ASN_Certificate_Subject_IncorrectData" + - "errLDS_ASN_Certificate_SubjectPK_IncorrectData" + - "errLDS_ASN_Certificate_Extensions_IncorrectData" + - "errLDS_ASN_SignerInfo_IncorrectData" + - "errLDS_ASN_SignerInfo_Version_IncorrectData" + - "errLDS_ASN_SignerInfo_SID_IncorrectData" + - "errLDS_ASN_SignerInfo_DigestAlg_IncorrectData" + - "errLDS_ASN_SignerInfo_SignedAttrs_IncorrectData" + - "errLDS_ASN_SignerInfo_SignAlg_IncorrectData" + - "errLDS_ASN_SignerInfo_Signature_IncorrectData" + - "errLDS_ASN_SignerInfo_UnsignedAttrs_IncorrectData" + - "errLDS_ICAO_LDSObject_UnsupportedDigestAlgorithm" + - "errLDS_ICAO_SignedData_SignerInfos_Empty" + - "errLDS_ICAO_SignerInfo_UnsupportedDigestAlgorithm" + - "errLDS_ICAO_SignerInfo_UnsupportedSignatureAlgorithm" + - "errLDS_ICAO_SignerInfo_MessageDigestError" + - "errLDS_ICAO_SignerInfo_SignedAttrs_Missed" + - "errLDS_Auth_SignerInfo_CantFindCertificate" + - "errLDS_Auth_Error" + - "errLDS_Auth_UnsupportedSignatureAlgorithm" + - "errLDS_Auth_UnsupportedPublicKeyAlgorithm" + - "errLDS_Auth_MessedAlgorithms" + - "errLDS_Auth_PublicKeyDataInvalid" + - "errLDS_Auth_AlgorithmParametersDataInvalid" + - "errLDS_Auth_SignatureDataInvalid" + - "errLDS_Auth_UnsupportedDigestAlgorithm" + - "errLDS_Auth_SignatureDataIncorrect" + - "errLDS_Auth_AlgorithmParametersNotDefined" + - "errLDS_Auth_SignatureCheckFailed" + - "errLDS_DG_WrongTag" + - "errLDS_DG_Contents_UnexpectedData" + - "errLDS_BAP_SymmetricCypher_CantInitialize" + - "errLDS_PACE_Info_NotAvailable" + - "errLDS_PACE_SymmetricCypher_CantInitialize" + - "errLDS_PACE_KeyAgreement_CantInitialize" + - "errLDS_PACE_EphemeralKeys_CantCreate" + - "errLDS_PACE_Mapping_CantDecodeNonce" + - "errLDS_PACE_SharedSecret_CantCreate" + - "errLDS_PACE_DomainParams_UnsupportedFormat" + - "errLDS_PACE_EphemeralKeys_Incorrect" + - "errLDS_PACE_Mapping_EphemeralKeys_Incorrect" + - "errLDS_PACE_Mapping_CantPerform" + - "errLDS_PACE_NonMatchingAuthTokens" + - "errLDS_PACE_CAM_Data_Incorrect" + - "errLDS_PACE_CAM_Data_CantVerify" + - "errLDS_PACE_CAM_Data_NonMatching" + - "errLDS_PACE_IM_Scheme_Incorrect" + - "errLDS_PACE_IM_RandomMapping_Failed" + - "errLDS_CA_CantFindPublicKey" + - "errLDS_CA_CantFindInfo" + - "errLDS_CA_IncorrectVersion" + - "errLDS_CA_CantFindDomainParameters" + - "errLDS_CA_KeyAgreement_CantInitialize" + - "errLDS_CA_PublicKey_UnsupportedAlgorithm" + - "errLDS_CA_EphemeralKeys_CantCreate" + - "errLDS_CA_SharedSecret_CantCreate" + - "errLDS_CA_NonMatchingAuthTokens" + - "errLDS_TA_IncorrectVersion" + - "errLDS_TA_CantBuildCertificateChain" + - "errLDS_TA_CantFindISPrivateKey" + - "errLDS_TA_PublicKey_UnsupportedAlgorithm" + - "errLDS_TA_SignatureBuildingError" + - "errLDS_TA_InvalidKeyAlgorithmParameters" + - "errLDS_AA_PublicKey_UnsupportedAlgorithm" + - "errLDS_AA_PublicKey_IncorrectData" + - "errLDS_AA_PublicKey_IncorrectParameters" + - "errLDS_AA_PublicKey_UndefinedParameters" + - "errLDS_AA_Signature_IncorrectData" + - "errLDS_AA_UnsupportedRecoveryScheme" + - "errLDS_AA_IncorrectTrailer" + - "errLDS_AA_UnsupportedDigestAlgorithm" + - "errLDS_RI_SectorKey_CantFind" + - "errLDS_RI_SectorKey_IncorrectData" + - "errLDS_RI_SectorKey_IncompleteData" + - "errLDS_CV_Certificate_MissingMandatoryData_PK" + - "errLDS_CV_Certificate_PublicKey_Unsupported" + - "errLDS_CV_Certificate_CHAT_UnsupportedTerminalType" + - "errLDS_CV_Certificate_PrivateKey_Unsupported" + - "errLDS_CV_Certificate_PrivateKey_InvalidParams" + - "errLDS_CV_Certificate_IncorrectData" + - "errLDS_CV_Certificate_CPI_IncorrectData" + - "errLDS_CV_Certificate_CAR_IncorrectData" + - "errLDS_CV_Certificate_PublicKey_IncorrectData" + - "errLDS_CV_Certificate_CHR_IncorrectData" + - "errLDS_CV_Certificate_CHAT_IncorrectData" + - "errLDS_CV_Certificate_ValidFrom_IncorrectData" + - "errLDS_CV_Certificate_ValidTo_IncorrectData" + - "errLDS_CV_Certificate_Extensions_IncorrectData" + - "errLDS_CV_Certificate_PrivateKey_IncorrectData" + - "errLDS_CV_Certificate_PrivateKey_Missing" + - "errLDS_VDS_UnsupportedVersion" + - "errLDS_VDS_Issuing_Country_Size" + - "errLDS_VDS_Issuing_Country_IncorrectData" + - "errLDS_VDS_Signer_Certificate_Size" + - "errLDS_VDS_Signer_Certificate_Data" + - "errLDS_VDS_Signature_IncorrectData" + - "errLDS_VDS_NC_IncorrectData" + - "errLDS_VDS_NC_MissingOrIncorrect_Data" + - "errLDS_VDS_NC_MissingOrIncorrect_Header" + - "errLDS_VDS_NC_MissingOrIncorrect_Type" + - "errLDS_VDS_NC_MissingOrIncorrect_Version" + - "errLDS_VDS_NC_MissingOrIncorrect_IssuingCountry" + - "errLDS_VDS_NC_MissingOrIncorrect_Message" + - "errLDS_VDS_NC_MissingOrIncorrect_Signature" + - "errLDS_VDS_NC_MissingOrIncorrect_SigAlgorithm" + - "errLDS_VDS_NC_MissingOrIncorrect_Certificate" + - "errLDS_VDS_NC_MissingOrIncorrect_SigValue" diff --git a/e-parsing-notification-codes.yml b/e-parsing-notification-codes.yml new file mode 100644 index 0000000..30e6792 --- /dev/null +++ b/e-parsing-notification-codes.yml @@ -0,0 +1,444 @@ +openapi: 3.0.3 +components: + schemas: + ParsingNotificationCodes: + type: integer + description: "The enumeration contains possible values of notification codes returned during the RFID chip processing." + enum: + - -1879048191 + - -1879048190 + - -1879048189 + - -1879048188 + - -1879048187 + - -1879048186 + - -1879048184 + - -1879048178 + - -1879048177 + - -1879048176 + - -1879048169 + - -1879047680 + - -1879047679 + - -1879047678 + - -1879047677 + - -1879047676 + - -1879047675 + - -1879047674 + - -1879047673 + - -1879047672 + - -1879047671 + - -1879047670 + - -1879047669 + - -1879047668 + - -1879047667 + - -1879047666 + - -1879047665 + - -1879047664 + - -1879047663 + - -1879047662 + - -1879047661 + - -1879047660 + - -1879047659 + - -1879047658 + - -1879047657 + - -1879047656 + - -1879047655 + - -1879047654 + - -1879047653 + - -1879047652 + - -1879047651 + - -1879047650 + - -1879047649 + - -1879047648 + - -1879047647 + - -1879047646 + - -1879047645 + - -1879047644 + - -1879047643 + - -1879047642 + - -1879047640 + - -1879047639 + - -1879047638 + - -1879047637 + - -1879047636 + - -1879047635 + - -1879047634 + - -1879047633 + - -1879047631 + - -1879047630 + - -1879047629 + - -1879047628 + - -1879047627 + - -1879047626 + - -1879047625 + - -1879047624 + - -1879047623 + - -1879047622 + - -1879047621 + - -1879047620 + - -1879047619 + - -1879047618 + - -1879047617 + - -1879047616 + - -1879047615 + - -1879047614 + - -1879047613 + - -1879047612 + - -1879047611 + - -1879047610 + - -1879047609 + - -1879047608 + - -1879047607 + - -1879047606 + - -1879047605 + - -1879047604 + - -1879047603 + - -1879047602 + - -1879047601 + - -1879048160 + - -1879048159 + - -1879048158 + - -1879048157 + - -1879048156 + - -1879048155 + - -1879048154 + - -1879048144 + - -1879048143 + - -1879048142 + - -1879048141 + - -1879047936 + - -1879047776 + - -1879047775 + - -1879047935 + - -1879047934 + - -1879047933 + - -1879047927 + - -1879047760 + - -1879047759 + - -1879047758 + - -1879047932 + - -1879047931 + - -1879047930 + - -1879047929 + - -1879047928 + - -1879047744 + - -1879047736 + - -1879047728 + - -1879047720 + - -1879047926 + - -1879047925 + - -1879047924 + - -1879047923 + - -1879047922 + - -1879047921 + - -1879047920 + - -1879047919 + - -1879047918 + - -1879047909 + - -1879047908 + - -1879047907 + - -1879047906 + - -1879047905 + - -1879047915 + - -1879047914 + - -1879047913 + - -1879047912 + - -1879047911 + - -1879047910 + - 139272 + - 139273 + - 139274 + - 139277 + - 139278 + - 139279 + - 139280 + - 139281 + - 139282 + - 139283 + - 139284 + - 139285 + - 139286 + - 139287 + - 139288 + - -1878982656 + - -1878917120 + - -1878851584 + - -1878786048 + - -1878720512 + - -1878654976 + - -1878589440 + - -1878523904 + - -1878458368 + - -1878392832 + - -1878327296 + - -1877999616 + - -1877934080 + - -1877868544 + - -1877803008 + - -1877737472 + - -1877671936 + - -1877606400 + - -1877540864 + - -1877475328 + - -1877409792 + - -1877344256 + - -1862270976 + - -1862270975 + - -1862270974 + - -1862270973 + - -1862270972 + - -1862270971 + - -1862270970 + - -1862270969 + - -1862270968 + - -1862270967 + - -1862270966 + - -1862270965 + - -1862270964 + - -1862270963 + - -1862270962 + - -1862270720 + - -1862270719 + - -1862270718 + - -1862270717 + - -1862270716 + - -1862270715 + - -1862270714 + - -1862270713 + - -1862270712 + - -1862270711 + - -1862270710 + - -1862270709 + - -1862270708 + - -1862270707 + - -1862270706 + - -1862270705 + - -1862270704 + - -1862270463 + - -1862270462 + - -1862270461 + - -1862270460 + - -1862270208 + - -1845493483 + - -1845493482 + - -1845493481 + - -1845493480 + - -1845493479 + x-enum-varnames: + - "ntfLDS_ASN_Certificate_IncorrectVersion" + - "ntfLDS_ASN_Certificate_NonMatchingSignatureAlgorithm" + - "ntfLDS_ASN_Certificate_IncorrectTimeCoding" + - "ntfLDS_ASN_Certificate_IncorrectUseOfGeneralizedTime" + - "ntfLDS_ASN_Certificate_EmptyIssuer" + - "ntfLDS_ASN_Certificate_EmptySubject" + - "ntfLDS_ASN_Certificate_UnsupportedCriticalExtension" + - "ntfLDS_ASN_Certificate_ForcedDefaultCSCARole" + - "ntfLDS_ASN_Certificate_ForcedDefaultDSRole" + - "ntfLDS_ASN_Certificate_IncorrectIssuerSubjectDS" + - "ntfLDS_ASN_Certificate_DuplicatingExtensions" + - "ntfLDS_ICAO_Certificate_Version_Missed" + - "ntfLDS_ICAO_Certificate_Version_Incorrect" + - "ntfLDS_ICAO_Certificate_Issuer_Country_Missed" + - "ntfLDS_ICAO_Certificate_Issuer_CommonName_Missed" + - "ntfLDS_ICAO_Certificate_Issuer_CountryNonCompliant" + - "ntfLDS_ICAO_Certificate_Subject_Country_Missed" + - "ntfLDS_ICAO_Certificate_Subject_CommonName_Missed" + - "ntfLDS_ICAO_Certificate_Subject_CountryNonCompliant" + - "ntfLDS_ICAO_Certificate_UsingNonCompliantData" + - "ntfLDS_ICAO_Certificate_UnsupportedSignatureAlgorithm" + - "ntfLDS_ICAO_Certificate_UnsupportedPublicKeyAlgorithm" + - "ntfLDS_ICAO_Certificate_MissedExtensions" + - "ntfLDS_ICAO_Certificate_Validity" + - "ntfLDS_ICAO_Certificate_Ext_UsingNonCompliantData" + - "ntfLDS_ICAO_Certificate_Ext_KeyUsage_Missed" + - "ntfLDS_ICAO_Certificate_Ext_KeyUsage_NotCritical" + - "ntfLDS_ICAO_Certificate_Ext_KeyUsage_IncorrectData" + - "ntfLDS_ICAO_Certificate_Ext_BasicC_Missed" + - "ntfLDS_ICAO_Certificate_Ext_BasicC_IncorrectUsage1" + - "ntfLDS_ICAO_Certificate_Ext_BasicC_IncorrectUsage2" + - "ntfLDS_ICAO_Certificate_Ext_BasicC_NotCritical" + - "ntfLDS_ICAO_Certificate_Ext_BasicC_IncorrectData" + - "ntfLDS_ICAO_Certificate_Ext_BasicC_PathLenC_Missed" + - "ntfLDS_ICAO_Certificate_Ext_BasicC_PathLenC_Incorrect" + - "ntfLDS_ICAO_Certificate_Ext_ExtKeyUsage_NotCritical" + - "ntfLDS_ICAO_Certificate_Ext_ExtKeyUsage_IncorrectUsage" + - "ntfLDS_ICAO_Certificate_Ext_ExtKeyUsage_IncorrectData" + - "ntfLDS_ICAO_Certificate_Ext_AuthKeyID_Missed" + - "ntfLDS_ICAO_Certificate_Ext_AuthKeyID_IncorrectData" + - "ntfLDS_ICAO_Certificate_Ext_AuthKeyID_KeyID_Missed" + - "ntfLDS_ICAO_Certificate_Ext_SubjectKeyID_Missed" + - "ntfLDS_ICAO_Certificate_Ext_SubjectKeyID_IncorrectData" + - "ntfLDS_ICAO_Certificate_Ext_PrivateKeyUP_Missed" + - "ntfLDS_ICAO_Certificate_Ext_PrivateKeyUP_IncorrectData" + - "ntfLDS_ICAO_Certificate_Ext_PrivateKeyUP_Empty" + - "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_Missed" + - "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_IncorrectData" + - "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_Empty" + - "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_NonCompliant" + - "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_Critical" + - "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_DN_Empty" + - "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_DN_Incorrect" + - "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_DN_NonCompliant" + - "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_Missed" + - "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_IncorrectData" + - "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_Empty" + - "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_NonCompliant" + - "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_Critical" + - "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_DN_Empty" + - "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_DN_Incorrect" + - "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_DN_NonCompliant" + - "ntfLDS_ICAO_Certificate_Ext_DocTypeList_Missed" + - "ntfLDS_ICAO_Certificate_Ext_DocTypeList_IncorrectData" + - "ntfLDS_ICAO_Certificate_Ext_DocTypeList_Version" + - "ntfLDS_ICAO_Certificate_Ext_DocTypeList_DocTypes" + - "ntfLDS_ICAO_Certificate_Ext_DocTypeList_DocTypes_Empty" + - "ntfLDS_ICAO_Certificate_Ext_CertPolicies_IncorrectData" + - "ntfLDS_ICAO_Certificate_Ext_CertPolicies_Empty" + - "ntfLDS_ICAO_Certificate_Ext_CertPolicies_PolicyID_Missed" + - "ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_Missed" + - "ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_IncorrectData" + - "ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_Empty" + - "ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_PointMissed" + - "ntfLDS_ICAO_Certificate_SN_NonCompliant" + - "ntfLDS_ICAO_Certificate_Issuer_SN_NonCompliant" + - "ntfLDS_ICAO_Certificate_Subject_SN_NonCompliant" + - "ntfLDS_ICAO_Certificate_Issuer_AttributeNonCompliant" + - "ntfLDS_ICAO_Certificate_Subject_AttributeNonCompliant" + - "ntfLDS_ICAO_Certificate_IssuerSubject_Country_NonMatching" + - "ntfLDS_ICAO_Certificate_Ext_CSCA_AltNames_NonMatching" + - "ntfLDS_ICAO_Certificate_Ext_NameChange_IncorrectData" + - "ntfLDS_ICAO_Certificate_Ext_NameChange_NonCompliant" + - "ntfLDS_ICAO_Certificate_Ext_NameChange_Critical" + - "ntfLDS_ICAO_Certificate_Ext_DocTypeList_NonCompliant" + - "ntfLDS_ICAO_Certificate_Ext_DocTypeList_Critical" + - "ntfLDS_ICAO_Certificate_Ext_Optional_Critical" + - "ntfLDS_ICAO_Certificate_Subject_NonCompliant" + - "ntfLDS_ICAO_Certificate_Subject_CommonNameNonCompliant" + - "ntfLDS_ICAO_COM_LDS_Version_Incorrect" + - "ntfLDS_ICAO_COM_LDS_Version_Missing" + - "ntfLDS_ICAO_COM_Unicode_Version_Incorrect" + - "ntfLDS_ICAO_COM_Unicode_Version_Missing" + - "ntfLDS_ICAO_COM_DGPM_Incorrect" + - "ntfLDS_ICAO_COM_DGPM_Missing" + - "ntfLDS_ICAO_COM_DGPM_Unexpected" + - "ntfLDS_ICAO_Application_LDSVersion_Unsupported" + - "ntfLDS_ICAO_Application_UnicodeVersion_Unsupported" + - "ntfLDS_ICAO_Application_LDSVersion_Inconsistent" + - "ntfLDS_ICAO_Application_UnicodeVersion_Inconsistent" + - "ntfLDS_ASN_SignedData_OID_Incorrect" + - "ntfLDS_ASN_SignedData_Version_Incorrect" + - "ntfLDS_ASN_SignedData_ContentOID_Incorrect" + - "ntfLDS_ICAO_SignedData_Version_Incorrect" + - "ntfLDS_ICAO_SignedData_DigestAlgorithms_Empty" + - "ntfLDS_ICAO_SignedData_DigestAlgorithms_Unsupported" + - "ntfLDS_ICAO_SignedData_SignerInfos_MultipleEntries" + - "ntfLDS_ICAO_SignedData_Certificates_Missed" + - "ntfLDS_ICAO_SignedData_Certificates_Empty" + - "ntfLDS_ICAO_SignedData_CRLs_IncorrectUsage" + - "ntfLDS_ICAO_LDSObject_IncorrectContentOID" + - "ntfLDS_ICAO_LDSObject_DGNumber_Incorrect" + - "ntfLDS_ICAO_LDSObject_DGHash_Missing" + - "ntfLDS_ICAO_LDSObject_DGHash_Extra" + - "ntfLDS_ICAO_LDSObject_Version_Incorrect" + - "ntfLDS_ICAO_MasterList_Version_Incorrect" + - "ntfLDS_ICAO_DeviationList_Version_Incorrect" + - "ntfLDS_BSI_DefectList_Version_Incorrect" + - "ntfLDS_BSI_BlackList_Version_Incorrect" + - "ntfLDS_ASN_SignerInfo_Version_Incorrect" + - "ntfLDS_ASN_SignerInfo_SID_IncorrectChoice" + - "ntfLDS_ASN_SignerInfo_SID_DigestAlgorithmNotListed" + - "ntfLDS_ASN_SignerInfo_MessageDigestAttr_Missing" + - "ntfLDS_ASN_SignerInfo_MessageDigestAttr_Data" + - "ntfLDS_ASN_SignerInfo_MessageDigestAttr_Value" + - "ntfLDS_ASN_SignerInfo_ContentTypeAttr_Missing" + - "ntfLDS_ASN_SignerInfo_ContentTypeAttr_Data" + - "ntfLDS_ASN_SignerInfo_ContentTypeAttr_Value" + - "ntfLDS_ASN_SignerInfo_SigningTimeAttr_Missing" + - "ntfLDS_ASN_SignerInfo_SigningTimeAttr_Data" + - "ntfLDS_ASN_SignerInfo_SigningTimeAttr_Value" + - "ntfLDS_ASN_SignerInfo_ListContentDescriptionAttr_Missing" + - "ntfLDS_ASN_SignerInfo_ListContentDescriptionAttr_Data" + - "ntfLDS_Auth_SignerInfo_Certificate_Validity" + - "ntfLDS_Auth_SignerInfo_Certificate_RootIsNotTrusted" + - "ntfLDS_Auth_SignerInfo_Certificate_CantFindCSCA" + - "ntfLDS_Auth_SignerInfo_Certificate_Revoked" + - "ntfLDS_Auth_SignerInfo_Certificate_SignatureInvalid" + - "ntfLDS_UnsupportedImageFormat" + - "ntfLDS_MRZ_DocumentType_Unknown" + - "ntfLDS_MRZ_IssuingState_SyntaxError" + - "ntfLDS_MRZ_Name_IsVoid" + - "ntfLDS_MRZ_Number_IncorrectChecksum" + - "ntfLDS_MRZ_Nationality_SyntaxError" + - "ntfLDS_MRZ_DOB_SyntaxError" + - "ntfLDS_MRZ_DOB_Error" + - "ntfLDS_MRZ_DOB_IncorrectChecksum" + - "ntfLDS_MRZ_Sex_Incorrect" + - "ntfLDS_MRZ_DOE_SyntaxError" + - "ntfLDS_MRZ_DOE_Error" + - "ntfLDS_MRZ_DOE_IncorrectChecksum" + - "ntfLDS_MRZ_OptionalData_IncorrectChecksum" + - "ntfLDS_MRZ_IncorrectChecksum" + - "ntfLDS_MRZ_Incorrect" + - "ntfLDS_Biometrics_FormatOwner_Missing" + - "ntfLDS_Biometrics_FormatOwner_Incorrect" + - "ntfLDS_Biometrics_FormatType_Missing" + - "ntfLDS_Biometrics_FormatType_Incorrect" + - "ntfLDS_Biometrics_Type_Incorrect" + - "ntfLDS_Biometrics_SubType_Missing" + - "ntfLDS_Biometrics_SubType_Incorrect" + - "ntfLDS_Biometrics_BDB_Image_Missing" + - "ntfLDS_Biometrics_BDB_FormatID_Incorrect" + - "ntfLDS_Biometrics_BDB_Version_Incorrect" + - "ntfLDS_Biometrics_BDB_DataLength_Incorrect" + - "ntfLDS_Biometrics_BDB_Data_Gender" + - "ntfLDS_Biometrics_BDB_Data_EyeColor" + - "ntfLDS_Biometrics_BDB_Data_HairColor" + - "ntfLDS_Biometrics_BDB_Data_PoseAngle_Yaw" + - "ntfLDS_Biometrics_BDB_Data_PoseAngle_Pitch" + - "ntfLDS_Biometrics_BDB_Data_PoseAngle_Roll" + - "ntfLDS_Biometrics_BDB_Data_PoseAngleU_Yaw" + - "ntfLDS_Biometrics_BDB_Data_PoseAngleU_Pitch" + - "ntfLDS_Biometrics_BDB_Data_PoseAngleU_Roll" + - "ntfLDS_Biometrics_BDB_Data_FaceImageType" + - "ntfLDS_Biometrics_BDB_Data_ImageDataType" + - "ntfLDS_SI_PACE_Info_UnsupportedStdParameters" + - "ntfLDS_SI_PACE_Info_DeprecatedVersion" + - "ntfLDS_SI_PACE_DomainParams_UsingStdRef" + - "ntfLDS_SI_PACE_DomainParams_UnsupportedAlgorithm" + - "ntfLDS_SI_CA_Info_IncorrectVersion" + - "ntfLDS_SI_CA_PublicKey_UnsupportedAlgorithm" + - "ntfLDS_SI_CA_DomainParams_UnsupportedAlgorithm" + - "ntfLDS_SI_TA_Info_IncorrectVersion" + - "ntfLDS_SI_TA_Info_FileIDForVersion2" + - "ntfLDS_SI_eIDSecurity_UnsupportedDigestAlgorithm" + - "ntfLDS_SI_RI_Info_IncorrectVersion" + - "ntfLDS_SI_RI_DomainParams_UnsupportedAlgorithm" + - "ntfLDS_SI_AA_Info_IncorrectVersion" + - "ntfLDS_SI_AA_Info_UnsupportedAlgorithm" + - "ntfLDS_SI_AA_Info_InconsistentAlgorithmReference" + - "ntfLDS_SI_Storage_PACE_Info_NotAvailable" + - "ntfLDS_SI_Storage_PACE_Info_NoStdParameters" + - "ntfLDS_SI_Storage_PACE_Info_NoMatchingDomainParams" + - "ntfLDS_SI_Storage_CA_Info_NotAvailable" + - "ntfLDS_SI_Storage_CA_DomainParams_NoRequiredOption" + - "ntfLDS_SI_Storage_CA_DomainParams_NotAvailable" + - "ntfLDS_SI_Storage_CA_AnonymousInfos" + - "ntfLDS_SI_Storage_CA_Info_NoMatchingDomainParams" + - "ntfLDS_SI_Storage_CA_Info_NoMatchingPublicKey" + - "ntfLDS_SI_Storage_CA_IncorrectInfosQuantity" + - "ntfLDS_SI_Storage_TA_Info_NotAvailable" + - "ntfLDS_SI_Storage_CardInfoLocator_MultipleEntries" + - "ntfLDS_SI_Storage_eIDSecurityInfo_MultipleEntries" + - "ntfLDS_SI_Storage_PrivilegedTI_MultipleEntries" + - "ntfLDS_SI_Storage_PrivilegedTI_IncorrectUsage" + - "ntfLDS_SI_Storage_RI_DomainParams_MultipleEntries" + - "ntfLDS_SI_Storage_PACEInfos_NonConsistant" + - "ntfLDS_CVCertificate_Profile_IncorrectVersion" + - "ntfLDS_CVCertificate_Validity" + - "ntfLDS_CVCertificate_NonCVCADomainParameters" + - "ntfLDS_CV_Certificate_PrivateKey_IncorrectVersion" + - "ntfLDS_TA_PACEStaticBindingUsed" + - "ntfLDS_Auth_MLSignerInfo_Certificate_Validity" + - "ntfLDS_Auth_MLSignerInfo_Certificate_RootIsNotTrusted" + - "ntfLDS_Auth_MLSignerInfo_Certificate_CantFindCSCA" + - "ntfLDS_Auth_MLSignerInfo_Certificate_Revoked" + - "ntfLDS_Auth_MLSignerInfo_Certificate_SignatureInvalid" diff --git a/e-rfid-error-codes.yml b/e-rfid-error-codes.yml new file mode 100644 index 0000000..dea8765 --- /dev/null +++ b/e-rfid-error-codes.yml @@ -0,0 +1,236 @@ +openapi: 3.0.3 +components: + schemas: + RFIDErrorCodes: + type: integer + description: "Enumeration contains a set of error codes returned by SDK" + enum: + - -2147458430 + - -2147458429 + - -2147458112 + - -2147458111 + - -2147456637 + - -2147456636 + - -2147456635 + - -2147456384 + - -2147456382 + - -2147456376 + - -2147456256 + - -2147418111 + - -2147418110 + - -2147418108 + - -2147418107 + - -2147418106 + - -2147418104 + - -2147418103 + - -2147418102 + - -2147418101 + - -2147418100 + - -2147352576 + - -2147352575 + - -2147352574 + - -2147352573 + - -2147352572 + - -2147352571 + - -2147352570 + - -2147352560 + - -2146409536 + - -2097152000 + - -2097151999 + - -2097151998 + - -2097151984 + - -2097151983 + - -2097151982 + - -2097151981 + - -2097151980 + - -2097151979 + - -2097151978 + - -2097151977 + - -2097151976 + - -2097151975 + - -2097151974 + - -2097151973 + - -2097151972 + - -2097151968 + - -2097151967 + - -2097151966 + - -2097151965 + - -2097151964 + - -2097151963 + - -2097151962 + - -2097151961 + - -2097151960 + - -2097151959 + - -2097151958 + - -2097151952 + - -2097151951 + - -2097151936 + - -2097151935 + - -2097151934 + - -2097151920 + - -2097151919 + - -2097151918 + - -2097151904 + - -2097086464 + - -2097020928 + - -2096955392 + - -2096889856 + - -2096824320 + - -2096758784 + - -2096693248 + - -2096627712 + - -2080374784 + - -2080309248 + - -2080243712 + - -2080178176 + - -2080112640 + - -2080047104 + - -2079981568 + - -2079916032 + - -2079850496 + - -2079784960 + - -2079719424 + - -2079653888 + - -2079588352 + - -2079522816 + - -2079457280 + - -2079391744 + - -2046820352 + - -2046820351 + - -2046820096 + - -2046820095 + - -2046820094 + - -2046820093 + - -2046819840 + - -2046819839 + - -2046819838 + - -2046819837 + - -2046819836 + - -2046819584 + - -2046819583 + - -2046819582 + - -2046819581 + - -2046819580 + - -2046819579 + - -2046819578 + - -2046819577 + - -2046819576 + - -2046819575 + - -1 + - 1 + - 2 + x-enum-varnames: + - "RFID_ERROR_LAYER6_FILE_EOF1" + - "RFID_ERROR_LAYER6_PWD_DEACTIVATED" + - "RFID_ERROR_LAYER6_PWD_BLOCKED" + - "RFID_ERROR_LAYER6_PWD_SUSPEND" + - "RFID_ERROR_LAYER6_PWD_BLOCKED2" + - "RFID_ERROR_LAYER6_PWD_DEACTIVATED2" + - "RFID_ERROR_LAYER6_PWD_SUSPEND2" + - "RFID_ERROR_LAYER6_INCORRECT_PARAMS" + - "RFID_ERROR_LAYER6_FILE_NOT_FOUND" + - "RFID_ERROR_LAYER6_NO_REFERENCE_DATA" + - "RFID_ERROR_LAYER6_FILE_EOF2" + - "RFID_ERROR_NO_CHIP_DETECTED" + - "RFID_ERROR_NOT_AVAILABLE" + - "RFID_ERROR_INVALID_PARAMETER" + - "RFID_ERROR_NOT_INITIALIZED" + - "RFID_ERROR_NOT_ENOUGH_MEMORY" + - "RFID_ERROR_INVALID_DIRECTORY" + - "RFID_ERROR_UNKNOWN_COMMAND" + - "RFID_ERROR_FILE_IO_ERROR" + - "RFID_ERROR_BUSY" + - "RFID_ERROR_OLD_FIRMWARE" + - "RFID_ERROR_PCSC_FAILED" + - "RFID_ERROR_PCSC_READER_NOT_AVAILABLE" + - "RFID_ERROR_PCSC_CANT_CONNECT_CARD" + - "RFID_ERROR_PCSC_CARD_IS_NOT_CONNECTED" + - "RFID_ERROR_PCSC_OPERATION_CANCELLED" + - "RFID_ERROR_PCSC_CARD_IS_BUSY" + - "RFID_ERROR_PCSC_FAILED_SCARD" + - "RFID_ERROR_PCSC_EXT_LE_FAILED" + - "RFID_ERROR_LAYER6_PWD_FAILED" + - "RFID_ERROR_NOT_PERFORMED" + - "RFID_ERROR_SESSION_IS_CLOSED" + - "RFID_ERROR_SESSION_TERMINAL_UNSUPPORTED_OPERATION" + - "RFID_ERROR_SESSION_TERMINAL_TYPE_UNKNOWN" + - "RFID_ERROR_SESSION_TERMINAL_TYPE_BAD_CERTIFICATE" + - "RFID_ERROR_SESSION_TERMINAL_TYPE_NOT_SET" + - "RFID_ERROR_SESSION_PROCEDURE_TYPE_UNKNOWN" + - "RFID_ERROR_Session_Procedure_Type_Unsupported" + - "RFID_ERROR_SESSION_PROCEDURE_TYPE_NOT_SET" + - "RFID_ERROR_SESSION_ACCESS_KEY_UNKNOWN_TYPE" + - "RFID_ERROR_SESSION_ACCESS_KEY_UNSUPPORTED_SM_TYPE" + - "RFID_ERROR_SESSION_ACCESS_KEY_INCORRECT_SM_TYPE" + - "RFID_ERROR_SESSION_ACCESS_KEY_RESTRICTED" + - "RFID_ERROR_SESSION_ACCESS_KEY_INCORRECT_DATA" + - "RFID_ERROR_SESSION_ACCESS_KEY_NOT_SET" + - "RFID_ERROR_SESSION_PWD_MANAGEMENT_NOT_AUTHORIZED" + - "RFID_ERROR_SESSION_ACCESS_CONTROL_UNKNOWN_TYPE" + - "RFID_ERROR_SESSION_ACCESS_CONTROL_REQUIRES_SM" + - "RFID_ERROR_SESSION_ACCESS_CONTROL_REQUIRES_PACE" + - "RFID_ERROR_SESSION_ACCESS_CONTROL_REQUIRES_CA_KEYS" + - "RFID_ERROR_SESSION_ACCESS_CONTROL_REQUIRES_TA" + - "RFID_ERROR_SESSION_ACCESS_CONTROL_REQUIRES_CA" + - "RFID_ERROR_SESSION_ACCESS_CONTROL_INCORRECT_OPTION_CA" + - "RFID_ERROR_SESSION_ACCESS_CONTROL_CA_FAILED" + - "RFID_ERROR_SESSION_ACCESS_CONTROL_TA_FAILED" + - "RFID_ERROR_SESSION_ACCESS_CONTROL_AA_FAILED" + - "RFID_ERROR_SESSION_ACCESS_CONTROL_RI_FAILED" + - "RFID_ERROR_SESSION_PA_SIGNATURE_CHECK_FAILED" + - "RFID_ERROR_SESSION_PA_HASH_CHECK_FAILED" + - "RFID_ERROR_SESSION_INVALID_AUX_DATA_DATE_OF_EXPIRY" + - "RFID_ERROR_SESSION_INVALID_AUX_DATA_DATE_OF_BIRTH" + - "RFID_ERROR_SESSION_INVALID_AUX_DATA_COMMUNITY_ID" + - "RFID_ERROR_SESSION_E_SIGN_REQUIRES_APP_SELECTION" + - "RFID_ERROR_SESSION_E_SIGN_PIN_NOT_SET" + - "RFID_ERROR_SESSION_E_SIGN_PIN_NOT_VERIFIED" + - "RFID_ERROR_SESSION_INCORRECT_DATA" + - "RFID_ERROR_SESSION_FILE_NOT_ENOUGH_DATA" + - "RFID_ERROR_SESSION_FILE_INCORRECT_DATA" + - "RFID_ERROR_SESSION_FILE_UNEXPECTED_DATA" + - "RFID_ERROR_SESSION_FILE_CONTENTS_UNEXPECTED_DATA" + - "RFID_ERROR_SESSION_FILE_WRONG_TAG" + - "RFID_ERROR_SESSION_FILE_CANT_USE_DATA" + - "RFID_ERROR_SESSION_FILE_CANT_READ_DATA" + - "RFID_ERROR_SESSION_FILE_ACCESS_DENIED" + - "RFID_ERROR_LAYER34_NO_ERROR" + - "RFID_ERROR_LAYER34_TIME_OUT" + - "RFID_ERROR_LAYER34_COLLISION" + - "RFID_ERROR_LAYER34_CRC" + - "RFID_ERROR_LAYER34_DATA_INTEGRITY" + - "RFID_ERROR_LAYER34_DATA_LENGTH" + - "RFID_ERROR_Layer34_RFU" + - "RFID_ERROR_LAYER34_COLLISION_TOO_MANY" + - "RFID_ERROR_LAYER34_PROTOCOL_B" + - "RFID_ERROR_LAYER34_DATA_CONTENTS" + - "RFID_ERROR_LAYER34_PROTOCOL" + - "RFID_ERROR_LAYER34_GLOBAL_TIME_OUT" + - "RFID_ERROR_LAYER34_MIFARE_AUTH" + - "RFID_ERROR_LAYER34_SAM_ERROR" + - "RFID_ERROR_LAYER34_SAM_COLLISION" + - "RFID_ERROR_LAYER34_SAM_ACKNOWLEDGE" + - "RFID_ERROR_LAYER6_SECURITY_MANAGER" + - "RFID_ERROR_LAYER6_APP_SELECTION_FAILURE" + - "RFID_ERROR_LAYER6_MUTUAL_AUTH_MAC_FAIL" + - "RFID_ERROR_LAYER6_MUTUAL_AUTH_ENC_FAIL" + - "RFID_ERROR_LAYER6_MUTUAL_AUTH_FAILURE" + - "RFID_ERROR_LAYER6_MUTUAL_AUTH_FAILURE_DATA" + - "RFID_ERROR_LAYER6_SM_DO_8E_MISSING" + - "RFID_ERROR_LAYER6_SM_DO_87_MISSING" + - "RFID_ERROR_LAYER6_SM_DO_99_MISSING" + - "RFID_ERROR_LAYER6_SM_MAC_INCORRECT" + - "RFID_ERROR_LAYER6_SM_DO_87_INCORRECT" + - "RFID_ERROR_LAYER6_NON_TLV_RESPONSE_DATA" + - "RFID_ERROR_LAYER6_WRONG_RND_ICC_LENGTH" + - "RFID_ERROR_LAYER6_INT_AUTH_FAILURE" + - "RFID_ERROR_LAYER6_MSE_SET_KAT_FAILURE" + - "RFID_ERROR_LAYER6_MSE_SET_DST_FAILURE" + - "RFID_ERROR_LAYER6_PSO_CERTIFICATE_FAILURE" + - "RFID_ERROR_LAYER6_MSE_SET_AT_FAILURE" + - "RFID_ERROR_LAYER6_GET_CHALLENGE_FAILURE" + - "RFID_ERROR_LAYER6_EXT_AUTH_FAILURE" + - "RFID_ERROR_LAYER6_GENERAL_AUTH_FAILURE" + - "RFID_ERROR_FAILED" + - "RFID_ERROR_NO_ERROR" + - "RFID_ERROR_ALREADY_DONE" diff --git a/e-security-feature-type.yml b/e-security-feature-type.yml index 9b19ef0..b264627 100644 --- a/e-security-feature-type.yml +++ b/e-security-feature-type.yml @@ -1,10 +1,9 @@ openapi: 3.0.3 components: schemas: - SecurityFeatureType: - description: "Enumeration contains identifiers determining type of features for a document authenticity checks: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/security-feature-type/" type: integer + description: "Enumeration contains identifiers determining type of features for a document authenticity checks: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/security-feature-type/" enum: - 0 - 1 @@ -48,6 +47,8 @@ components: - 40 - 41 - 42 + - 43 + - 44 x-enum-description: - "Blank element" - "Personalization element" @@ -91,6 +92,8 @@ components: - "Liveness electronic device" - "Liveness OVI" - "Barcode size check" + - "LASINK" + - "Liveness MLI" x-enum-varnames: - "BLANK" - "FILL" @@ -133,4 +136,6 @@ components: - "LIVENESS_SCREEN_CAPTURE" - "LIVENESS_ELECTRONIC_DEVICE" - "LIVENESS_OVI" - - "BARCODE_SIZE_CHECK" \ No newline at end of file + - "BARCODE_SIZE_CHECK" + - "LASINK" + - "LIVENESS_MLI" diff --git a/e-text-field-type.yml b/e-text-field-type.yml index 2c947d6..771730d 100644 --- a/e-text-field-type.yml +++ b/e-text-field-type.yml @@ -1,7 +1,6 @@ openapi: 3.0.3 components: schemas: - TextFieldType: type: integer enum: @@ -608,1211 +607,1249 @@ components: - 654 - 655 - 656 + - 657 + - 658 + - 659 + - 660 + - 661 + - 662 + - 663 + - 664 + - 665 + - 666 + - 667 + - 668 + - 669 x-enum-descriptions: - - 'Document class code' - - 'Issuing country document code in accordance with the standard ISO 3166-1 (ICAO, document 9303)' - - 'Document number' - - 'Document expiration date' - - 'Date of issue' - - 'Date of birth' - - 'Place of birth' - - 'Personal number' - - 'Surname' - - 'Given name (names)' - - 'Mother`s name' - - 'Nationality' - - 'Sex' - - 'Height' - - 'Weight' - - 'Eyes color' - - 'Hair color' - - 'Address' - - 'Donation stamp' - - 'Social security number' - - 'Driving license class' - - 'Driving license permission code' - - 'Driving license restriction code' - - 'Date when the owner of the document turns 21 years old' - - 'Document issuing authority' - - 'Full name' - - 'Nationality letter code according to standard ISO 3166-1 (ICAO doc 9303)' - - 'Passport number (used in visas)' - - 'Invitation number (used in visas)' - - 'Visa ID' - - 'Visa class' - - 'Visa subclass' - - 'MRZ type' - - 'Optional data' - - 'Full name of the document class' - - 'Full name of issuing state' - - 'Place of document issue' - - 'Document number checksum' - - 'Date of birth checksum' - - 'Date of document expiration checksum' - - 'Personal number checksum' - - 'Final checksum' - - 'Passport number checksum (used in visas)' - - 'Invitation number checksum (used in visas)' - - 'Visa identification number checksum' - - 'Full name checksum' - - 'Visa expiration date checksum' - - 'Other information' - - 'MRZ strings' - - 'Name suffix' - - 'Name prefix' - - 'Checksum for the date of issue of the document' - - 'Check digit for or the date of issue of the document' - - 'Document series' - - 'Vehicle registration certificate number' - - 'Vehicle model' - - 'Vehicle color' - - 'Vehicle body number' - - 'Vehicle type' - - 'Vehicle GVWR' - - 'Vehicle unladen weight' - - 'Address (region)' - - 'Address (state)' - - 'Address (building number)' - - 'Address (house number)' - - 'Address (flat number)' - - 'Place of registration' - - 'Date of registration' - - 'Start date of residence' - - 'End date of residence' - - 'Issuing authority code' - - 'Place of birth address (region)' - - 'Place of birth address (state code)' - - 'Address (street)' - - 'Address (city)' - - 'Address (tax code)' - - 'Address (postal code)' - - 'Check digit for document number' - - 'Check digit for date of birth' - - 'Check digit for date of expiry' - - 'Check digit for personal number' - - 'Final check digit for all MRZ' - - 'Check digit for passport number (used in visas)' - - 'Check digit for invitation number (used in visas)' - - 'Check digit for visa identification number' - - 'Check digit for full name' - - 'Check digit for visa expiration date' - - 'Permit type' - - 'Permit expiration date' - - 'Permit identifier' - - 'Permit issue date' - - 'Driving restriction code' - - 'Driving permit code' - - 'A string that is used to validate a document against a database' - - 'Number of duplicates' - - 'Medical indicator codes' - - 'Non resident stamp' - - 'Visa type' - - 'Visa valid-from date' - - 'Visa valid-until date' - - 'Duration of stay on visa' - - 'Number of entries' - - 'Day in date' - - 'Month in date' - - 'Year in date' - - 'Unique customer identifier' - - 'Commercial vehicle code' - - 'Also known as (date of birth)' - - 'Also known as (social security number)' - - 'Also known as (last name)' - - 'Also known as (first name)' - - 'Also known as (name suffix)' - - 'Also known as (name prefix)' - - 'Postal address (street)' - - 'Postal address (city)' - - 'Postal address (tax code)' - - 'Postal address (zip)' - - 'Driver license validation number' - - 'Inventory number' - - 'Race ethnicity' - - 'Vehicle legal class' - - 'Legal permission code' - - 'Legal restriction code' - - 'Surname and (or) name at birth' - - 'Name (russian transcription)' - - 'Visa identification number (russian transcription)' - - 'Father`s name' - - 'Father`s name (russian transcription)' - - 'Full name (russian transcription)' - - 'Place of birth (russian transcription)' - - 'Issuing authority (russian transcription)' - - 'Digital code of the state of issue of the document in accordance with ISO 3166-1 (ICAO Doc 9303)' - - 'Digital code of nationality in accordance with ISO 3166-1 (ICAO Doc 9303)' - - 'Vehicle engine power' - - 'Vehicle engine volume' - - 'Vehicle chassis number' - - 'Vehicle engine number' - - 'Vehicle engine model' - - 'Vehicle category' - - 'Identity card number' - - 'Control number' - - 'Parent names' - - 'Second last name' - - 'Middle name' - - 'Vehicle identification number' - - 'Check digit for vehicle identification number' - - 'Checksum for vehicle identification number' - - 'Check digit of the first line of the MRZ' - - 'Check digit of the second line of the MRZ' - - 'Check digit of the third line of the MRZ' - - 'Checksum of the first line of the MRZ' - - 'Checksum of the second line of the MRZ' - - 'Checksum of the third line of the MRZ' - - 'Check digit of the vehicle registration number' - - 'Checksum of the vehicle registration number' - - 'Vehicle code in accordance with ITS (Intelligent Transport System)' - - 'Card number for access to the RFID chip' - - 'Marital status' - - 'Company name' - - 'Special notes' - - 'Spouse`s last name' - - 'Document status tracking number' - - 'Booklet number' - - 'Children' - - 'Copy number' - - 'Serial number' - - 'Dossier number' - - 'Also known as (full name)' - - 'Territorial validity' - - 'MRZ strings with correct checksums (calculated)' - - 'Restriction code for commercial driving license' - - 'Date the document holder turns 18 years old' - - 'Record creation date' - - 'Duplicate creation date' - - 'Driving license type' - - 'Military card number' - - 'Destination' - - 'Blood type' - - 'Sequence number' - - 'Vehicle body type' - - 'Make of vehicle' - - 'Transaction number' - - 'Age' - - 'Registration number (document on the record-keeping system)' - - 'Voter personal number' - - 'Address (municipality)' - - 'Address (locality)' - - 'Domain/sector' - - 'OCR number' - - 'Federal elections' - - 'Reference number' - - 'Optional data checksum' - - 'Optional data check digit' - - 'Visa number' - - 'Visa number checksum' - - 'Visa number check digit' - - 'Voter' - - 'Type/number of previous document' - - 'Field from MRZ' - - 'Current date' - - 'Status expiration date' - - 'bank note number' - - 'Code of customer service center' - - 'Pseudonym' - - 'Academic rank' - - 'Address (country)' - - 'Address (zip)' - - 'Information on a permit for permanent residence 1 (field for eID)' - - 'Information on a permit for permanent residence 2 (field for eID)' - - 'Place of birth address: street (field for eID)' - - 'Place of birth address: city (field for eID)' - - 'Place of birth address: state (field for eID)' - - 'Place of birth address: country (field for eID)' - - 'Place of birth address: zip (field for eID)' - - 'Commercial driving license class' - - 'Date when the holder of the document is 19 years old' - - 'Weight (pounds)' - - 'Document expiration indicator' - - 'Driving license permit' - - 'Revision date' - - 'Compliance type' - - 'Abbreviated last name' - - 'Abbreviated first name' - - 'Abbreviated middle name' - - 'Exam date' - - 'Organization' - - 'Department' - - 'Salary level' - - 'Rank/status/title' - - 'Number confirming the right to receive benefits' - - 'Type of armed forces in which sponsor serves' - - 'Sponsor status' - - 'Sponsor' - - 'Degree of kindred' - - 'US Citizenship and Immigration Services Alien Registration Number' - - 'Category' - - 'Remainder term' - - 'Conditions' - - 'Identifier' - - 'Configuration' - - 'Optional data' - - 'Optional data from MRZ first line' - - 'Optional data from MRZ second line' - - 'Optional data from MRZ third line' - - 'EQV-code' - - 'ALT-code' - - 'Binary code' - - 'Pseudo code' - - 'Fee' - - 'Stamp number' - - 'Biometric data protection settings' - - 'Biometric data integrity parameters' - - 'Biometric data creation date' - - 'Biometric data validity period' - - 'Biometric data header format version' - - 'Biometric data record type' - - 'Biometric data type' - - 'Biometric data subtype' - - 'Biometric data id' - - 'Biometric data format' - - 'Phone number' - - 'Profession' - - 'Job position' - - 'Common personal data' - - 'Other valid identifier' - - 'Custody info' - - 'Other name' - - 'Additional data' - - 'Tax information' - - 'Document personalization date' - - 'Personalization serial number' - - 'Other person name' - - 'Date of creation of a record of persons for notification in case of unforeseen situations' - - 'Person name for contingency notification' - - 'Person phone for contingency notification' - - 'Person address for contingency notification' - - 'Text details of the organization issuing the DS certificate' - - 'Text details of the organization issuing the document' - - 'DS-certificate start date' - - 'DS-certificate expiration date' - - 'Vehicle category/restriction/conditions from data group DG1 of the eDL application' - - 'Type confirmation number' - - 'Administrative number' - - 'Document discriminator' - - 'Data discriminator' - - 'ISO issuer identifier' - - 'The Garda National Immigration Bureau registration number' - - 'Department number' - - 'Telegraph code' - - 'Allergies' - - 'Sp-code' - - 'Court restriction code' - - 'County code' - - 'Sponsor social security number' - - 'Military identification number' - - 'Novice driver until ... (date)' - - 'Registration number in the computer system of the Norwegian Directorate of Immigration (the UDI)' - - 'Philippines Traffic Police Unit Code' - - 'PNR-code (book number)' - - 'Departure airport code' - - 'Arrival airport code' - - 'Flight number' - - 'Departure date' - - 'Seat number' - - 'Boarding pass issue date' - - 'Hidden weapons license, valid until... (date)' - - 'Reference number checksum' - - 'Reference number check digit' - - 'Room number' - - 'Religion' - - 'Number of months before the due date expiration of a document' - - 'Electronic ticket indicator' - - 'Free baggage allowance' - - 'Frequent flyer number' - - 'Airline frequent flyer indicator' - - 'Ticket number' - - 'Airline numeric code' - - 'Boarding pass issuer code' - - 'Check-in sequence number' - - 'Compartment code' - - 'PDF417 codec' - - 'identity card checksum' - - 'identity card check digit' - - 'Veteran' - - 'Validity date of A1 driver’s license' - - 'Expiration date of A1 driver’s license' - - 'Restrictions for A1 driver’s license' - - 'Validity date of A driver’s license' - - 'Expiration date of A driver’s license' - - 'Restrictions for A driver’s license' - - 'Validity date of B driver’s license' - - 'Expiration date of B driver’s license' - - 'Restrictions for B driver’s license' - - 'Validity date of C1 driver’s license' - - 'Expiration date of C1 driver’s license' - - 'Restrictions for C1 driver’s license' - - 'Validity date of C driver’s license' - - 'Expiration date of C driver’s license' - - 'Restrictions for C driver’s license' - - 'Validity date of D1 driver’s license' - - 'Expiration date of D1 driver’s license' - - 'Restrictions for D1 driver’s license' - - 'Validity date of D driver’s license' - - 'Expiration date of D driver’s license' - - 'Restrictions for D driver’s license' - - 'Validity date of BE driver’s license' - - 'Expiration date of BE driver’s license' - - 'Restrictions for BE driver’s license' - - 'Validity date of C1E driver’s license' - - 'Expiration date of C1E driver’s license' - - 'Restrictions for C1E driver’s license' - - 'Validity date of CE driver’s license' - - 'Expiration date of CE driver’s license' - - 'Restrictions for CE driver’s license' - - 'Validity date of D1E driver’s license' - - 'Expiration date of D1E driver’s license' - - 'Restrictions for D1E driver’s license' - - 'Validity date of DE driver’s license' - - 'Expiration date of DE driver’s license' - - 'Restrictions for DE driver’s license' - - 'Validity date of M driver’s license' - - 'Expiration date of M driver’s license' - - 'Restrictions for M driver’s license' - - 'Validity date of L driver’s license' - - 'Expiration date of L driver’s license' - - 'Restrictions for L driver’s license' - - 'Validity date of T driver’s license' - - 'Expiration date of T driver’s license' - - 'Restrictions for T driver’s license' - - 'Validity date of AM driver’s license' - - 'Expiration date of AM driver’s license' - - 'Restrictions for AM driver’s license' - - 'Validity date of A2 driver’s license' - - 'Expiration date of A2 driver’s license' - - 'Restrictions for A2 driver’s license' - - 'Validity date of B1 driver’s license' - - 'Expiration date of B1 driver’s license' - - 'Restrictions for B1 driver’s license' - - 'Last name at birth' - - 'Civil status' - - 'Number of seats' - - 'Number of standing places' - - 'Max speed' - - 'Fuel type' - - 'Vehicle emission class' - - 'Engine power-to-weight ratio' - - 'Trailer with brakes maximum weight' - - 'Trailer without brakes maximum weight' - - 'Transmission type' - - 'Trailer equipment' - - 'Accompanying person' - - 'Police district' - - 'Date of document first issue' - - 'Maximum payload' - - 'Number of axles' - - 'Axle weight limit' - - 'Precinct' - - 'Inviter' - - 'Purpose of arrival' - - 'Skin color' - - 'Complexion' - - 'Departure airport' - - 'Arrival airport' - - 'Airline name' - - 'Airline bonus program for frequent flyers' - - 'License number' - - 'In tanks' - - 'Other than tanks' - - 'Passenger with fast track priority (express formal procedures at the airport)' - - 'Owner' - - 'MRZ strings from ICAO RFID' - - 'Number of card issues with this number' - - 'Card issues count checksum' - - 'Card issues count check digit' - - 'Birth century' - - 'Validity date of A3 driver’s license' - - 'Expiration date of A3 driver’s license' - - 'Restrictions for A3 driver’s license' - - 'Validity date of C2 driver’s license' - - 'Expiration date of C2 driver’s license' - - 'Restrictions for C2 driver’s license' - - 'Validity date of B2 driver’s license' - - 'Expiration date of B2 driver’s license' - - 'Restrictions for B2 driver’s license' - - 'Validity date of D2 driver’s license' - - 'Expiration date of D2 driver’s license' - - 'Restrictions for D2 driver’s license' - - 'Validity date of B2E driver’s license' - - 'Expiration date of B2E driver’s license' - - 'Restrictions for B2E driver’s license' - - 'Validity date of G driver’s license' - - 'Expiration date of G driver’s license' - - 'Restrictions for G driver’s license' - - 'Validity date of J driver’s license' - - 'Expiration date of J driver’s license' - - 'Restrictions for J driver’s license' - - 'Validity date of LC driver’s license' - - 'Expiration date of LC driver’s license' - - 'Restrictions for LC driver’s license' - - 'Bank card number' - - 'Bank card validity' - - 'Tax number' - - 'Health insurance number' - - 'Grandfather`s name' - - 'Recruit indicator' - - 'Mother`s last name' - - 'Mother`s first name' - - 'Father`s last name' - - 'Father`s first name' - - 'Mother`s date of birth' - - 'Father`s date of birth' - - 'Mother`s personal number' - - 'Father`s personal number' - - 'Mother`s place of birth' - - 'Father`s place of birth' - - 'Mother`s country of birth' - - 'Father`s country of birth' - - 'Date of document first renewal' - - 'Date of document second renewal' - - 'Place of examination' - - 'Application number' - - 'Voucher number' - - 'Authorization number' - - 'Faculty' - - 'Form of education' - - 'DNI number' - - 'Retirement number' - - 'Professional id number' - - 'Age at issue' - - 'Years since issue' - - 'Validity date of BTP driver’s license' - - 'Restrictions for BTP driver’s license' - - 'Expiration date of BTP driver’s license' - - 'Validity date of C3 driver’s license' - - 'Restrictions for C3 driver’s license' - - 'Expiration date of C3 driver’s license' - - 'Validity date of E driver’s license' - - 'Restrictions for E driver’s license' - - 'Expiration date of E driver’s license' - - 'Validity date of F driver’s license' - - 'Restrictions for F driver’s license' - - 'Expiration date of F driver’s license' - - 'Validity date of FA driver’s license' - - 'Restrictions for FA driver’s license' - - 'Expiration date of FA driver’s license' - - 'Validity date of FA1 driver’s license' - - 'Restrictions for FA1 driver’s license' - - 'Expiration date of FA1 driver’s license' - - 'Validity date of FB driver’s license' - - 'Restrictions for FB driver’s license' - - 'Expiration date of FB driver’s license' - - 'Validity date of G1 driver’s license' - - 'Restrictions for G1 driver’s license' - - 'Expiration date of G1 driver’s license' - - 'Validity date of H driver’s license' - - 'Restrictions for H driver’s license' - - 'Expiration date of H driver’s license' - - 'Validity date of I driver’s license' - - 'Restrictions for I driver’s license' - - 'Expiration date of I driver’s license' - - 'Validity date of K driver’s license' - - 'Restrictions for K driver’s license' - - 'Expiration date of K driver’s license' - - 'Validity date of LK driver’s license' - - 'Restrictions for LK driver’s license' - - 'Expiration date of LK driver’s license' - - 'Validity date of N driver’s license' - - 'Restrictions for N driver’s license' - - 'Expiration date of N driver’s license' - - 'Validity date of S driver’s license' - - 'Restrictions for S driver’s license' - - 'Expiration date of S driver’s license' - - 'Validity date of TB driver’s license' - - 'Restrictions for TB driver’s license' - - 'Expiration date of TB driver’s license' - - 'Validity date of TM driver’s license' - - 'Restrictions for TM driver’s license' - - 'Expiration date of TM driver’s license' - - 'Validity date of TR driver’s license' - - 'Restrictions for TR driver’s license' - - 'Expiration date of TR driver’s license' - - 'Validity date of TV driver’s license' - - 'Restrictions for TV driver’s license' - - 'Expiration date of TV driver’s license' - - 'Validity date of V driver’s license' - - 'Restrictions for V driver’s license' - - 'Expiration date of V driver’s license' - - 'Validity date of W driver’s license' - - 'Restrictions for W driver’s license' - - 'Expiration date of W driver’s license' - - 'URL' - - 'Caliber' - - 'Model' - - 'Make' - - 'Number of cylinders' - - 'Surname of husband after registration' - - 'Surname of wife after registration' - - 'Date of birth of wife' - - 'Date of birth of husband' - - 'Citizenship of first person' - - 'Citizenship of second person' - - 'CVV code' - - 'Date of insurance expiry' - - 'Mortgage' - - 'Old document number' - - 'Old date of issue' - - 'Old place of issue' - - 'Validity date of LR driver’s license' - - 'Expiration date of LR driver’s license' - - 'Restrictions for LR driver’s license' - - 'Validity date of MR driver’s license' - - 'Expiration date of MR driver’s license' - - 'Restrictions for MR driver’s license' - - 'Validity date of HR driver’s license' - - 'Expiration date of HR driver’s license' - - 'Restrictions for HR driver’s license' - - 'Validity date of HC driver’s license' - - 'Expiration date of HC driver’s license' - - 'Restrictions for HC driver’s license' - - 'Validity date of MC driver’s license' - - 'Expiration date of MC driver’s license' - - 'Restrictions for MC driver’s license' - - 'Validity date of RE driver’s license' - - 'Expiration date of RE driver’s license' - - 'Restrictions for RE driver’s license' - - 'Validity date of R driver’s license' - - 'Expiration date of R driver’s license' - - 'Restrictions for R driver’s license' - - 'Validity date of CA driver’s license' - - 'Expiration date of CA driver’s license' - - 'Restrictions for CA driver’s license' - - 'Citizenship Status' - - 'Military Service From' - - 'Military Service To' - - 'Validity date of NT driver’s license' - - 'Expiration date of NT driver’s license' - - 'Restrictions for NT driver’s license' - - 'Validity date of TN driver’s license' - - 'Expiration date of TN driver’s license' - - 'Restrictions for TN driver’s license' - - 'Validity date of D3 driver’s license' - - 'Expiration date of D3 driver’s license' - - 'Restrictions for D3 driver’s license' - - 'Alt Date of expire' - - 'Validity date of CD driver’s license' - - 'Expiration date of CD driver’s license' - - 'Restrictions for CD driver’s license' - - 'Issuer identification number' - - 'Start date of payment period' - - 'End date of payment period' - - 'Vaccination certificate identifier' - - 'First name' - - 'Date of arrival' - - 'Second name' - - 'Third name' - - 'Fourth name' - - 'Last name' - - 'DL class code RM valid from' - - 'DL class code RM valid notes' - - 'DL class code RM valid to' - - 'DL class code PW valid from' - - 'DL class code PW valid notes' - - 'DL class code PW valid to' + - "Document class code" + - "Issuing country document code in accordance with the standard ISO 3166-1 (ICAO, document 9303)" + - "Document number" + - "Document expiration date" + - "Date of issue" + - "Date of birth" + - "Place of birth" + - "Personal number" + - "Surname" + - "Given name (names)" + - "Mother`s name" + - "Nationality" + - "Sex" + - "Height" + - "Weight" + - "Eyes color" + - "Hair color" + - "Address" + - "Donation stamp" + - "Social security number" + - "Driving license class" + - "Driving license permission code" + - "Driving license restriction code" + - "Date when the owner of the document turns 21 years old" + - "Document issuing authority" + - "Full name" + - "Nationality letter code according to standard ISO 3166-1 (ICAO doc 9303)" + - "Passport number (used in visas)" + - "Invitation number (used in visas)" + - "Visa ID" + - "Visa class" + - "Visa subclass" + - "MRZ type" + - "Optional data" + - "Full name of the document class" + - "Full name of issuing state" + - "Place of document issue" + - "Document number checksum" + - "Date of birth checksum" + - "Date of document expiration checksum" + - "Personal number checksum" + - "Final checksum" + - "Passport number checksum (used in visas)" + - "Invitation number checksum (used in visas)" + - "Visa identification number checksum" + - "Full name checksum" + - "Visa expiration date checksum" + - "Other information" + - "MRZ strings" + - "Name suffix" + - "Name prefix" + - "Checksum for the date of issue of the document" + - "Check digit for or the date of issue of the document" + - "Document series" + - "Vehicle registration certificate number" + - "Vehicle model" + - "Vehicle color" + - "Vehicle body number" + - "Vehicle type" + - "Vehicle GVWR" + - "Vehicle unladen weight" + - "Address (region)" + - "Address (state)" + - "Address (building number)" + - "Address (house number)" + - "Address (flat number)" + - "Place of registration" + - "Date of registration" + - "Start date of residence" + - "End date of residence" + - "Issuing authority code" + - "Place of birth address (region)" + - "Place of birth address (state code)" + - "Address (street)" + - "Address (city)" + - "Address (tax code)" + - "Address (postal code)" + - "Check digit for document number" + - "Check digit for date of birth" + - "Check digit for date of expiry" + - "Check digit for personal number" + - "Final check digit for all MRZ" + - "Check digit for passport number (used in visas)" + - "Check digit for invitation number (used in visas)" + - "Check digit for visa identification number" + - "Check digit for full name" + - "Check digit for visa expiration date" + - "Permit type" + - "Permit expiration date" + - "Permit identifier" + - "Permit issue date" + - "Driving restriction code" + - "Driving permit code" + - "A string that is used to validate a document against a database" + - "Number of duplicates" + - "Medical indicator codes" + - "Non resident stamp" + - "Visa type" + - "Visa valid-from date" + - "Visa valid-until date" + - "Duration of stay on visa" + - "Number of entries" + - "Day in date" + - "Month in date" + - "Year in date" + - "Unique customer identifier" + - "Commercial vehicle code" + - "Also known as (date of birth)" + - "Also known as (social security number)" + - "Also known as (last name)" + - "Also known as (first name)" + - "Also known as (name suffix)" + - "Also known as (name prefix)" + - "Postal address (street)" + - "Postal address (city)" + - "Postal address (tax code)" + - "Postal address (zip)" + - "Driver license validation number" + - "Inventory number" + - "Race ethnicity" + - "Vehicle legal class" + - "Legal permission code" + - "Legal restriction code" + - "Surname and (or) name at birth" + - "Name (russian transcription)" + - "Visa identification number (russian transcription)" + - "Father`s name" + - "Father`s name (russian transcription)" + - "Full name (russian transcription)" + - "Place of birth (russian transcription)" + - "Issuing authority (russian transcription)" + - "Digital code of the state of issue of the document in accordance with ISO 3166-1 (ICAO Doc 9303)" + - "Digital code of nationality in accordance with ISO 3166-1 (ICAO Doc 9303)" + - "Vehicle engine power" + - "Vehicle engine volume" + - "Vehicle chassis number" + - "Vehicle engine number" + - "Vehicle engine model" + - "Vehicle category" + - "Identity card number" + - "Control number" + - "Parent names" + - "Second last name" + - "Middle name" + - "Vehicle identification number" + - "Check digit for vehicle identification number" + - "Checksum for vehicle identification number" + - "Check digit of the first line of the MRZ" + - "Check digit of the second line of the MRZ" + - "Check digit of the third line of the MRZ" + - "Checksum of the first line of the MRZ" + - "Checksum of the second line of the MRZ" + - "Checksum of the third line of the MRZ" + - "Check digit of the vehicle registration number" + - "Checksum of the vehicle registration number" + - "Vehicle code in accordance with ITS (Intelligent Transport System)" + - "Card number for access to the RFID chip" + - "Marital status" + - "Company name" + - "Special notes" + - "Spouse`s last name" + - "Document status tracking number" + - "Booklet number" + - "Children" + - "Copy number" + - "Serial number" + - "Dossier number" + - "Also known as (full name)" + - "Territorial validity" + - "MRZ strings with correct checksums (calculated)" + - "Restriction code for commercial driving license" + - "Date the document holder turns 18 years old" + - "Record creation date" + - "Duplicate creation date" + - "Driving license type" + - "Military card number" + - "Destination" + - "Blood type" + - "Sequence number" + - "Vehicle body type" + - "Make of vehicle" + - "Transaction number" + - "Age" + - "Registration number (document on the record-keeping system)" + - "Voter personal number" + - "Address (municipality)" + - "Address (locality)" + - "Domain/sector" + - "OCR number" + - "Federal elections" + - "Reference number" + - "Optional data checksum" + - "Optional data check digit" + - "Visa number" + - "Visa number checksum" + - "Visa number check digit" + - "Voter" + - "Type/number of previous document" + - "Field from MRZ" + - "Current date" + - "Status expiration date" + - "bank note number" + - "Code of customer service center" + - "Pseudonym" + - "Academic rank" + - "Address (country)" + - "Address (zip)" + - "Information on a permit for permanent residence 1 (field for eID)" + - "Information on a permit for permanent residence 2 (field for eID)" + - "Place of birth address: street (field for eID)" + - "Place of birth address: city (field for eID)" + - "Place of birth address: state (field for eID)" + - "Place of birth address: country (field for eID)" + - "Place of birth address: zip (field for eID)" + - "Commercial driving license class" + - "Date when the holder of the document is 19 years old" + - "Weight (pounds)" + - "Document expiration indicator" + - "Driving license permit" + - "Revision date" + - "Compliance type" + - "Abbreviated last name" + - "Abbreviated first name" + - "Abbreviated middle name" + - "Exam date" + - "Organization" + - "Department" + - "Salary level" + - "Rank/status/title" + - "Number confirming the right to receive benefits" + - "Type of armed forces in which sponsor serves" + - "Sponsor status" + - "Sponsor" + - "Degree of kindred" + - "US Citizenship and Immigration Services Alien Registration Number" + - "Category" + - "Remainder term" + - "Conditions" + - "Identifier" + - "Configuration" + - "Optional data" + - "Optional data from MRZ first line" + - "Optional data from MRZ second line" + - "Optional data from MRZ third line" + - "EQV-code" + - "ALT-code" + - "Binary code" + - "Pseudo code" + - "Fee" + - "Stamp number" + - "Biometric data protection settings" + - "Biometric data integrity parameters" + - "Biometric data creation date" + - "Biometric data validity period" + - "Biometric data header format version" + - "Biometric data record type" + - "Biometric data type" + - "Biometric data subtype" + - "Biometric data id" + - "Biometric data format" + - "Phone number" + - "Profession" + - "Job position" + - "Common personal data" + - "Other valid identifier" + - "Custody info" + - "Other name" + - "Additional data" + - "Tax information" + - "Document personalization date" + - "Personalization serial number" + - "Other person name" + - "Date of creation of a record of persons for notification in case of unforeseen situations" + - "Person name for contingency notification" + - "Person phone for contingency notification" + - "Person address for contingency notification" + - "Text details of the organization issuing the DS certificate" + - "Text details of the organization issuing the document" + - "DS-certificate start date" + - "DS-certificate expiration date" + - "Vehicle category/restriction/conditions from data group DG1 of the eDL application" + - "Type confirmation number" + - "Administrative number" + - "Document discriminator" + - "Data discriminator" + - "ISO issuer identifier" + - "The Garda National Immigration Bureau registration number" + - "Department number" + - "Telegraph code" + - "Allergies" + - "Sp-code" + - "Court restriction code" + - "County code" + - "Sponsor social security number" + - "Military identification number" + - "Novice driver until ... (date)" + - "Registration number in the computer system of the Norwegian Directorate of Immigration (the UDI)" + - "Philippines Traffic Police Unit Code" + - "PNR-code (book number)" + - "Departure airport code" + - "Arrival airport code" + - "Flight number" + - "Departure date" + - "Seat number" + - "Boarding pass issue date" + - "Hidden weapons license, valid until... (date)" + - "Reference number checksum" + - "Reference number check digit" + - "Room number" + - "Religion" + - "Number of months before the due date expiration of a document" + - "Electronic ticket indicator" + - "Free baggage allowance" + - "Frequent flyer number" + - "Airline frequent flyer indicator" + - "Ticket number" + - "Airline numeric code" + - "Boarding pass issuer code" + - "Check-in sequence number" + - "Compartment code" + - "PDF417 codec" + - "identity card checksum" + - "identity card check digit" + - "Veteran" + - "DL class code A1 valid from" + - "DL class code A1 valid to" + - "DL class code A1 notes" + - "DL class code A valid from" + - "DL class code A valid to" + - "DL class code A notes" + - "DL class code B valid from" + - "DL class code B valid to" + - "DL class code B notes" + - "DL class code C1 valid from" + - "DL class code C1 valid to" + - "DL class code C1 notes" + - "DL class code C valid from" + - "DL class code C valid to" + - "DL class code C notes" + - "DL class code D1 valid from" + - "DL class code D1 valid to" + - "DL class code D1 notes" + - "DL class code D valid from" + - "DL class code D valid to" + - "DL class code D notes" + - "DL class code BE valid from" + - "DL class code BE valid to" + - "DL class code BE notes" + - "DL class code C1E valid from" + - "DL class code C1E valid to" + - "DL class code C1E notes" + - "DL class code CE valid from" + - "DL class code CE valid to" + - "DL class code CE notes" + - "DL class code D1E valid from" + - "DL class code D1E valid to" + - "DL class code D1E notes" + - "DL class code DE valid from" + - "DL class code DE valid to" + - "DL class code DE notes" + - "DL class code M valid from" + - "DL class code M valid to" + - "DL class code M notes" + - "DL class code L valid from" + - "DL class code L valid to" + - "DL class code L notes" + - "DL class code T valid from" + - "DL class code T valid to" + - "DL class code T notes" + - "DL class code AM valid from" + - "DL class code AM valid to" + - "DL class code AM notes" + - "DL class code A2 valid from" + - "DL class code A2 valid to" + - "DL class code A2 notes" + - "DL class code B1 valid from" + - "DL class code B1 valid to" + - "DL class code B1 notes" + - "Last name at birth" + - "Civil status" + - "Number of seats" + - "Number of standing places" + - "Max speed" + - "Fuel type" + - "Vehicle emission class" + - "Engine power-to-weight ratio" + - "Trailer with brakes maximum weight" + - "Trailer without brakes maximum weight" + - "Transmission type" + - "Trailer equipment" + - "Accompanying person" + - "Police district" + - "Date of document first issue" + - "Maximum payload" + - "Number of axles" + - "Axle weight limit" + - "Precinct" + - "Inviter" + - "Purpose of arrival" + - "Skin color" + - "Complexion" + - "Departure airport" + - "Arrival airport" + - "Airline name" + - "Airline bonus program for frequent flyers" + - "License number" + - "In tanks" + - "Other than tanks" + - "Passenger with fast track priority (express formal procedures at the airport)" + - "Owner" + - "MRZ strings from ICAO RFID" + - "Number of card issues with this number" + - "Card issues count checksum" + - "Card issues count check digit" + - "Birth century" + - "DL class code A3 valid from" + - "DL class code A3 valid to" + - "DL class code A3 notes" + - "DL class code C2 valid from" + - "DL class code C2 valid to" + - "DL class code C2 notes" + - "DL class code B2 valid from" + - "DL class code B2 valid to" + - "DL class code B2 notes" + - "DL class code D2 valid from" + - "DL class code D2 valid to" + - "DL class code D2 notes" + - "DL class code B2E valid from" + - "DL class code B2E valid to" + - "DL class code B2E notes" + - "DL class code G valid from" + - "DL class code G valid to" + - "DL class code G notes" + - "DL class code J valid from" + - "DL class code J valid to" + - "DL class code J notes" + - "DL class code LC valid from" + - "DL class code LC valid to" + - "DL class code LC notes" + - "Bank card number" + - "Bank card validity" + - "Tax number" + - "Health insurance number" + - "Grandfather`s name" + - "Recruit indicator" + - "Mother`s last name" + - "Mother`s first name" + - "Father`s last name" + - "Father`s first name" + - "Mother`s date of birth" + - "Father`s date of birth" + - "Mother`s personal number" + - "Father`s personal number" + - "Mother`s place of birth" + - "Father`s place of birth" + - "Mother`s country of birth" + - "Father`s country of birth" + - "Date of document first renewal" + - "Date of document second renewal" + - "Place of examination" + - "Application number" + - "Voucher number" + - "Authorization number" + - "Faculty" + - "Form of education" + - "DNI number" + - "Retirement number" + - "Professional id number" + - "Age at issue" + - "Years since issue" + - "DL class code BTP valid from" + - "DL class code BTP notes" + - "DL class code BTP valid to" + - "DL class code C3 valid from" + - "DL class code C3 notes" + - "DL class code C3 valid to" + - "DL class code E valid from" + - "DL class code E notes" + - "DL class code E valid to" + - "DL class code F valid from" + - "DL class code F notes" + - "DL class code F valid to" + - "DL class code FA valid from" + - "DL class code FA notes" + - "DL class code FA valid to" + - "DL class code FA1 valid from" + - "DL class code FA1 notes" + - "DL class code FA1 valid to" + - "DL class code FB valid from" + - "DL class code FB notes" + - "DL class code FB valid to" + - "DL class code G1 valid from" + - "DL class code G1 notes" + - "DL class code G1 valid to" + - "DL class code H valid from" + - "DL class code H notes" + - "DL class code H valid to" + - "DL class code I valid from" + - "DL class code I notes" + - "DL class code I valid to" + - "DL class code K valid from" + - "DL class code K notes" + - "DL class code K valid to" + - "DL class code LK valid from" + - "DL class code LK notes" + - "DL class code LK valid to" + - "DL class code N valid from" + - "DL class code N notes" + - "DL class code N valid to" + - "DL class code S valid from" + - "DL class code S notes" + - "DL class code S valid to" + - "DL class code TB valid from" + - "DL class code TB notes" + - "DL class code TB valid to" + - "DL class code TM valid from" + - "DL class code TM notes" + - "DL class code TM valid to" + - "DL class code TR valid from" + - "DL class code TR notes" + - "DL class code TR valid to" + - "DL class code TV valid from" + - "DL class code TV notes" + - "DL class code TV valid to" + - "DL class code V valid from" + - "DL class code V notes" + - "DL class code V valid to" + - "DL class code W valid from" + - "DL class code W notes" + - "DL class code W valid to" + - "URL" + - "Caliber" + - "Model" + - "Make" + - "Number of cylinders" + - "Surname of husband after registration" + - "Surname of wife after registration" + - "Date of birth of wife" + - "Date of birth of husband" + - "Citizenship of first person" + - "Citizenship of second person" + - "CVV code" + - "Date of insurance expiry" + - "Mortgage" + - "Old document number" + - "Old date of issue" + - "Old place of issue" + - "DL class code LR valid from" + - "DL class code LR valid to" + - "DL class code LR notes" + - "DL class code MR valid from" + - "DL class code MR valid to" + - "DL class code MR notes" + - "DL class code HR valid from" + - "DL class code HR valid to" + - "DL class code HR notes" + - "DL class code HC valid from" + - "DL class code HC valid to" + - "DL class code HC notes" + - "DL class code MC valid from" + - "DL class code MC valid to" + - "DL class code MC notes" + - "DL class code RE valid from" + - "DL class code RE valid to" + - "DL class code RE notes" + - "DL class code R valid from" + - "DL class code R valid to" + - "DL class code R notes" + - "DL class code CA valid from" + - "DL class code CA valid to" + - "DL class code CA notes" + - "Citizenship Status" + - "Military Service From" + - "Military Service To" + - "DL class code NT valid from" + - "DL class code NT valid to" + - "DL class code NT notes" + - "DL class code TN valid from" + - "DL class code TN valid to" + - "DL class code TN notes" + - "DL class code D3 valid from" + - "DL class code D3 valid to" + - "DL class code D3 notes" + - "Alt Date of expire" + - "DL class code CD valid from" + - "DL class code CD valid to" + - "DL class code CD notes" + - "Issuer identification number" + - "Start date of payment period" + - "End date of payment period" + - "Vaccination certificate identifier" + - "First name" + - "Date of arrival" + - "Second name" + - "Third name" + - "Fourth name" + - "Last name" + - "DL class code RM valid from" + - "DL class code RM notes" + - "DL class code RM valid to" + - "DL class code PW valid from" + - "DL class code PW notes" + - "DL class code PW valid to" + - "DL class code EB valid from" + - "DL class code EB notes" + - "DL class code EB valid to" + - "DL class code EC valid from" + - "DL class code EC notes" + - "DL class code EC valid to" + - "DL class code EC1 valid from" + - "DL class code EC1 notes" + - "DL class code EC1 valid to" + - "Place of birth city" + - "Year of birth" + - "Year of expiry" + - "Grandfather mame maternal" x-enum-varnames: - - 'DOCUMENT_CLASS_CODE' - - 'ISSUING_STATE_CODE' - - 'DOCUMENT_NUMBER' - - 'DATE_OF_EXPIRY' - - 'DATE_OF_ISSUE' - - 'DATE_OF_BIRTH' - - 'PLACE_OF_BIRTH' - - 'PERSONAL_NUMBER' - - 'SURNAME' - - 'GIVEN_NAME' - - 'MOTHERS_NAME' - - 'NATIONALITY' - - 'SEX' - - 'HEIGHT' - - 'WEIGHT' - - 'EYES_COLOR' - - 'HAIR_COLOR' - - 'ADDRESS' - - 'DONOR' - - 'SOCIAL_SECURITY_NUMBER' - - 'DL_CLASS' - - 'DL_ENDORSED' - - 'DL_RESTRICTION_CODE' - - 'DL_UNDER_21_DATE' - - 'AUTHORITY' - - 'SURNAME_AND_GIVEN_NAMES' - - 'NATIONALITY_CODE' - - 'PASSPORT_NUMBER' - - 'INVITATION_NUMBER' - - 'VISA_ID' - - 'VISA_CLASS' - - 'VISA_SUBCLASS' - - 'MRZ_TYPE' - - 'OPTIONAL_DATA' - - 'DOCUMENT_CLASS_NAME' - - 'ISSUING_STATE_NAME' - - 'PLACE_OF_ISSUE' - - 'DOCUMENT_NUMBER_CHECKSUM' - - 'DATE_OF_BIRTH_CHECKSUM' - - 'DATE_OF_EXPIRY_CHECKSUM' - - 'PERSONAL_NUMBER_CHECKSUM' - - 'FINAL_CHECKSUM' - - 'PASSPORT_NUMBER_CHECKSUM' - - 'INVITATION_NUMBER_CHECKSUM' - - 'VISA_ID_CHECKSUM' - - 'SURNAME_AND_GIVEN_NAME_CHECKSUM' - - 'VISA_VALID_UNTIL_CHECKSUM' - - 'OTHER' - - 'MRZ_STRINGS' - - 'NAME_SUFFIX' - - 'NAME_PREFIX' - - 'DATE_OF_ISSUE_CHECKSUM' - - 'DATE_OF_ISSUE_CHECK_DIGIT' - - 'DOCUMENT_SERIES' - - 'REG_CERT_REG_NUMBER' - - 'REG_CERT_CAR_MODEL' - - 'REG_CERT_CAR_COLOR' - - 'REG_CERT_BODY_NUMBER' - - 'REG_CERT_CAR_TYPE' - - 'REG_CERT_MAX_WEIGHT' - - 'REG_CERT_WEIGHT' - - 'ADDRESS_AREA' - - 'ADDRESS_STATE' - - 'ADDRESS_BUILDING' - - 'ADDRESS_HOUSE' - - 'ADDRESS_FLAT' - - 'PLACE_OF_REGISTRATION' - - 'DATE_OF_REGISTRATION' - - 'RESIDENT_FROM' - - 'RESIDENT_UNTIL' - - 'AUTHORITY_CODE' - - 'PLACE_OF_BIRTH_AREA' - - 'PLACE_OF_BIRTH_STATE_CODE' - - 'ADDRESS_STREET' - - 'ADDRESS_CITY' - - 'ADDRESS_JURISDICTION_CODE' - - 'ADDRESS_POSTAL_CODE' - - 'DOCUMENT_NUMBER_CHECK_DIGIT' - - 'DATE_OF_BIRTH_CHECK_DIGIT' - - 'DATE_OF_EXPIRY_CHECK_DIGIT' - - 'PERSONAL_NUMBER_CHECK_DIGIT' - - 'FINAL_CHECK_DIGIT' - - 'PASSPORT_NUMBER_CHECK_DIGIT' - - 'INVITATION_NUMBER_CHECK_DIGIT' - - 'VISA_ID_CHECK_DIGIT' - - 'SURNAME_AND_GIVEN_NAMES_CHECK_DIGIT' - - 'VISA_VALID_UNTIL_CHECK_DIGIT' - - 'PERMIT_DL_CLASS' - - 'PERMIT_DATE_OF_EXPIRY' - - 'PERMIT_IDENTIFIER' - - 'PERMIT_DATE_OF_ISSUE' - - 'PERMIT_RESTRICTION_CODE' - - 'PERMIT_ENDORSED' - - 'ISSUE_TIMESTAMP' - - 'NUMBER_OF_DUPLICATES' - - 'MEDICAL_INDICATOR_CODES' - - 'NON_RESIDENT_INDICATOR' - - 'VISA_TYPE' - - 'VISA_VALID_FROM' - - 'VISA_VALID_UNTIL' - - 'DURATION_OF_STAY' - - 'NUMBER_OF_ENTRIES' - - 'DAY' - - 'MONTH' - - 'YEAR' - - 'UNIQUE_CUSTOMER_IDENTIFIER' - - 'COMMERCIAL_VEHICLE_CODES' - - 'AKA_DATE_OF_BIRTH' - - 'AKA_SOCIAL_SECURITY_NUMBER' - - 'AKA_SURNAME' - - 'AKA_GIVEN_NAMES' - - 'AKA_NAME_SUFFIX' - - 'AKA_NAME_PREFIX' - - 'MAILING_ADDRESS_STREET' - - 'MAILING_ADDRESS_CITY' - - 'MAILING_ADDRESS_JURISDICTION_CODE' - - 'MAILING_ADDRESS_POSTAL_CODE' - - 'AUDIT_INFORMATION' - - 'INVENTORY_NUMBER' - - 'RACE_ETHNICITY' - - 'JURISDICTION_VEHICLE_CLASS' - - 'JURISDICTION_ENDORSEMENT_CODE' - - 'JURISDICTION_RESTRICTION_CODE' - - 'FAMILY_NAME' - - 'GIVEN_NAMES_RUS' - - 'VISA_ID_RUS' - - 'FATHERS_NAME' - - 'FATHERS_NAME_RUS' - - 'SURNAME_AND_GIVEN_NAME_RUS' - - 'PLACE_OF_BIRTH_RUS' - - 'AUTHORITY_RUS' - - 'ISSUING_STATE_CODE_NUMERIC' - - 'NATIONALITY_CODE_NUMERIC' - - 'ENGINE_POWER' - - 'ENGINE_VOLUME' - - 'CHASSIS_NUMBER' - - 'ENGINE_NUMBER' - - 'ENGINE_MODEL' - - 'VEHICLE_CATEGORY' - - 'IDENTITY_CARD_NUMBER' - - 'CONTROL_NUMBER' - - 'PARENTS_GIVEN_NAMES' - - 'SECOND_SURNAME' - - 'MIDDLE_NAME' - - 'REG_CERT_VIN' - - 'REG_CERT_VIN_CHECK_DIGIT' - - 'REG_CERT_VIN_CHECKSUM' - - 'LINE_1_CHECK_DIGIT' - - 'LINE_2_CHECK_DIGIT' - - 'LINE_3_CHECK_DIGIT' - - 'LINE_1_CHECKSUM' - - 'LINE_2_CHECKSUM' - - 'LINE_3_CHECKSUM' - - 'REG_CERT_REG_NUMBER_CHECK_DIGIT' - - 'REG_CERT_REG_NUMBER_CHECKSUM' - - 'REG_CERT_VEHICLE_ITS_CODE' - - 'CARD_ACCESS_NUMBER' - - 'MARITAL_STATUS' - - 'COMPANY_NAME' - - 'SPECIAL_NOTES' - - 'SURNAME_OF_SPOUSE' - - 'TRACKING_NUMBER' - - 'BOOKLET_NUMBER' - - 'CHILDREN' - - 'COPY_NUMBER' - - 'SERIAL_NUMBER' - - 'DOSSIER_NUMBER' - - 'AKA_SURNAME_AND_GIVEN_NAMES' - - 'TERRITORIAL_VALIDITY' - - 'MRZ_STRINGS_WITH_CORRECT_CHECK_SUMS' - - 'DL_CDL_RESTRICTION_CODE' - - 'DL_UNDER_18_DATE' - - 'DL_RECORD_CREATED' - - 'DL_DUPLICATE_DATE' - - 'DL_ISSUE_TYPE' - - 'MILITARY_BOOK_NUMBER' - - 'DESTINATION' - - 'BLOOD_GROUP' - - 'SEQUENCE_NUMBER' - - 'REG_CERT_BODY_TYPE' - - 'REG_CERT_CAR_MARK' - - 'TRANSACTION_NUMBER' - - 'AGE' - - 'FOLIO_NUMBER' - - 'VOTER_KEY' - - 'ADDRESS_MUNICIPALITY' - - 'ADDRESS_LOCATION' - - 'SECTION' - - 'OCR_NUMBER' - - 'FEDERAL_ELECTIONS' - - 'REFERENCE_NUMBER' - - 'OPTIONAL_DATA_CHECKSUM' - - 'OPTIONAL_DATA_CHECK_DIGIT' - - 'VISA_NUMBER' - - 'VISA_NUMBER_CHECKSUM' - - 'VISA_NUMBER_CHECK_DIGIT' - - 'VOTER' - - 'PREVIOUS_TYPE' - - 'FIELD_FROM_MRZ' - - 'CURRENT_DATE' - - 'STATUS_DATE_OF_EXPIRY' - - 'BANK_NOTE_NUMBER' - - 'CSC_CODE' - - 'ARTISTIC_NAME' - - 'ACADEMIC_TITLE' - - 'ADDRESS_COUNTRY' - - 'ADDRESS_ZIP_CODE' - - 'E_ID_RESIDENCE_PERMIT_1' - - 'E_ID_RESIDENCE_PERMIT_2' - - 'E_ID_PLACE_OF_BIRTH_STREET' - - 'E_ID_PLACE_OF_BIRTH_CITY' - - 'E_ID_PLACE_OF_BIRTH_STATE' - - 'E_ID_PLACE_OF_BIRTH_COUNTRY' - - 'E_ID_PLACE_OF_BIRTH_ZIP_CODE' - - 'CDL_CLASS' - - 'DL_UNDER_19_DATE' - - 'WEIGHT_POUNDS' - - 'LIMITED_DURATION_DOCUMENT_INDICATOR' - - 'ENDORSEMENT_EXPIRATION_DATE' - - 'REVISION_DATE' - - 'COMPLIANCE_TYPE' - - 'FAMILY_NAME_TRUNCATION' - - 'FIRST_NAME_TRUNCATION' - - 'MIDDLE_NAME_TRUNCATION' - - 'EXAM_DATE' - - 'ORGANIZATION' - - 'DEPARTMENT' - - 'PAY_GRADE' - - 'RANK' - - 'BENEFITS_NUMBER' - - 'SPONSOR_SERVICE' - - 'SPONSOR_STATUS' - - 'SPONSOR' - - 'RELATIONSHIP' - - 'USCIS' - - 'CATEGORY' - - 'CONDITIONS' - - 'IDENTIFIER' - - 'CONFIGURATION' - - 'DISCRETIONARY_DATA' - - 'LINE_1_OPTIONAL_DATA' - - 'LINE_2_OPTIONAL_DATA' - - 'LINE_3_OPTIONAL_DATA' - - 'EQV_CODE' - - 'ALT_CODE' - - 'BINARY_CODE' - - 'PSEUDO_CODE' - - 'FEE' - - 'STAMP_NUMBER' - - 'SBH_SECURITY_OPTIONS' - - 'SBH_INTEGRITY_OPTIONS' - - 'DATE_OF_CREATION' - - 'VALIDITY_PERIOD' - - 'PATRON_HEADER_VERSION' - - 'BDB_TYPE' - - 'BIOMETRIC_TYPE' - - 'BIOMETRIC_SUBTYPE' - - 'BIOMETRIC_PRODUCT_ID' - - 'BIOMETRIC_FORMAT_OWNER' - - 'BIOMETRIC_FORMAT_TYPE' - - 'PHONE' - - 'PROFESSION' - - 'TITLE' - - 'PERSONAL_SUMMARY' - - 'OTHER_VALID_ID' - - 'CUSTODY_INFO' - - 'OTHER_NAME' - - 'OBSERVATIONS' - - 'TAX' - - 'DATE_OF_PERSONALIZATION' - - 'PERSONALIZATION_SN' - - 'OTHER_PERSON_NAME' - - 'PERSON_TO_NOTIFY_DATE_OF_RECORD' - - 'PERSON_TO_NOTIFY_NAME' - - 'PERSON_TO_NOTIFY_PHONE' - - 'PERSON_TO_NOTIFY_ADDRESS' - - 'DS_CERTIFICATE_ISSUER' - - 'DS_CERTIFICATE_SUBJECT' - - 'DS_CERTIFICATE_VALID_FROM' - - 'DS_CERTIFICATE_VALID_TO' - - 'VRC_DATA_OBJECT_ENTRY' - - 'TYPE_APPROVAL_NUMBER' - - 'ADMINISTRATIVE_NUMBER' - - 'DOCUMENT_DISCRIMINATOR' - - 'DATA_DISCRIMINATOR' - - 'ISO_ISSUER_ID_NUMBER' - - 'GNIB_NUMBER' - - 'DEPT_NUMBER' - - 'TELEX_CODE' - - 'ALLERGIES' - - 'SP_CODE' - - 'COURT_CODE' - - 'CTY' - - 'SPONSOR_SSN' - - 'DOD_NUMBER' - - 'MC_NOVICE_DATE' - - 'DUF_NUMBER' - - 'AGY' - - 'PNR_CODE' - - 'FROM_AIRPORT_CODE' - - 'TO_AIRPORT_CODE' - - 'FLIGHT_NUMBER' - - 'DATE_OF_FLIGHT' - - 'SEAT_NUMBER' - - 'DATE_OF_ISSUE_BOARDING_PASS' - - 'CCW_UNTIL' - - 'REFERENCE_NUMBER_CHECKSUM' - - 'REFERENCE_NUMBER_CHECK_DIGIT' - - 'ROOM_NUMBER' - - 'RELIGION' - - 'REMAINDER_TERM' - - 'ELECTRONIC_TICKET_INDICATOR' - - 'COMPARTMENT_CODE' - - 'CHECK_IN_SEQUENCE_NUMBER' - - 'AIRLINE_DESIGNATOR_OF_BOARDING_PASS_ISSUER' - - 'AIRLINE_NUMERIC_CODE' - - 'TICKET_NUMBER' - - 'FREQUENT_FLYER_AIRLINE_DESIGNATOR' - - 'FREQUENT_FLYER_NUMBER' - - 'FREE_BAGGAGE_ALLOWANCE' - - 'PDF_417_CODEC' - - 'IDENTITY_CARD_NUMBER_CHECKSUM' - - 'IDENTITY_CARD_NUMBER_CHECK_DIGIT' - - 'VETERAN' - - 'DL_CLASS_CODE_A1_FROM' - - 'DL_CLASS_CODE_A1_TO' - - 'DL_CLASS_CODE_A1_NOTES' - - 'DL_CLASS_CODE_A_FROM' - - 'DL_CLASS_CODE_A_TO' - - 'DL_CLASS_CODE_A_NOTES' - - 'DL_CLASS_CODE_B_FROM' - - 'DL_CLASS_CODE_B_TO' - - 'DL_CLASS_CODE_B_NOTES' - - 'DL_CLASS_CODE_C1_FROM' - - 'DL_CLASS_CODE_C1_TO' - - 'DL_CLASS_CODE_C1_NOTES' - - 'DL_CLASS_CODE_C_FROM' - - 'DL_CLASS_CODE_C_TO' - - 'DL_CLASS_CODE_C_NOTES' - - 'DL_CLASS_CODE_D1_FROM' - - 'DL_CLASS_CODE_D1_TO' - - 'DL_CLASS_CODE_D1_NOTES' - - 'DL_CLASS_CODE_D_FROM' - - 'DL_CLASS_CODE_D_TO' - - 'DL_CLASS_CODE_D_NOTES' - - 'DL_CLASS_CODE_BE_FROM' - - 'DL_CLASS_CODE_BE_TO' - - 'DL_CLASS_CODE_BE_NOTES' - - 'DL_CLASS_CODE_C1E_FROM' - - 'DL_CLASS_CODE_C1E_TO' - - 'DL_CLASS_CODE_C1E_NOTES' - - 'DL_CLASS_CODE_CE_FROM' - - 'DL_CLASS_CODE_CE_TO' - - 'DL_CLASS_CODE_CE_NOTES' - - 'DL_CLASS_CODE_D1E_FROM' - - 'DL_CLASS_CODE_D1E_TO' - - 'DL_CLASS_CODE_D1E_NOTES' - - 'DL_CLASS_CODE_DE_FROM' - - 'DL_CLASS_CODE_DE_TO' - - 'DL_CLASS_CODE_DE_NOTES' - - 'DL_CLASS_CODE_M_FROM' - - 'DL_CLASS_CODE_M_TO' - - 'DL_CLASS_CODE_M_NOTES' - - 'DL_CLASS_CODE_L_FROM' - - 'DL_CLASS_CODE_L_TO' - - 'DL_CLASS_CODE_L_NOTES' - - 'DL_CLASS_CODE_T_FROM' - - 'DL_CLASS_CODE_T_TO' - - 'DL_CLASS_CODE_T_NOTES' - - 'DL_CLASS_CODE_AM_FROM' - - 'DL_CLASS_CODE_AM_TO' - - 'DL_CLASS_CODE_AM_NOTES' - - 'DL_CLASS_CODE_A2_FROM' - - 'DL_CLASS_CODE_A2_TO' - - 'DL_CLASS_CODE_A2_NOTES' - - 'DL_CLASS_CODE_B1_FROM' - - 'DL_CLASS_CODE_B1_TO' - - 'DL_CLASS_CODE_B1_NOTES' - - 'SURNAME_AT_BIRTH' - - 'CIVIL_STATUS' - - 'NUMBER_OF_SEATS' - - 'NUMBER_OF_STANDING_PLACES' - - 'MAX_SPEED' - - 'FUEL_TYPE' - - 'EC_ENVIRONMENTAL_TYPE' - - 'POWER_WEIGHT_RATIO' - - 'MAX_MASS_OF_TRAILER_BRAKED' - - 'MAX_MASS_OF_TRAILER_UNBRAKED' - - 'TRANSMISSION_TYPE' - - 'TRAILER_HITCH' - - 'ACCOMPANIED_BY' - - 'POLICE_DISTRICT' - - 'FIRST_ISSUE_DATE' - - 'PAYLOAD_CAPACITY' - - 'NUMBER_OF_AXLES' - - 'PERMISSIBLE_AXLE_LOAD' - - 'PRECINCT' - - 'INVITED_BY' - - 'PURPOSE_OF_ENTRY' - - 'SKIN_COLOR' - - 'COMPLEXION' - - 'AIRPORT_FROM' - - 'AIRPORT_TO' - - 'AIRLINE_NAME' - - 'AIRLINE_NAME_FREQUENT_FLYER' - - 'LICENSE_NUMBER' - - 'IN_TANKS' - - 'EXCEPT_IN_TANKS' - - 'FAST_TRACK' - - 'OWNER' - - 'MRZ_STRINGS_ICAO_RFID' - - 'NUMBER_OF_CARD_ISSUANCE' - - 'NUMBER_OF_CARD_ISSUANCE_CHECKSUM' - - 'NUMBER_OF_CARD_ISSUANCE_CHECK_DIGIT' - - 'CENTURY_DATE_OF_BIRTH' - - 'DL_CLASS_CODE_A3_FROM' - - 'DL_CLASS_CODE_A3_TO' - - 'DL_CLASS_CODE_A3_NOTES' - - 'DL_CLASS_CODE_C2_FROM' - - 'DL_CLASS_CODE_C2_TO' - - 'DL_CLASS_CODE_C2_NOTES' - - 'DL_CLASS_CODE_B2_FROM' - - 'DL_CLASS_CODE_B2_TO' - - 'DL_CLASS_CODE_B2_NOTES' - - 'DL_CLASS_CODE_D2_FROM' - - 'DL_CLASS_CODE_D2_TO' - - 'DL_CLASS_CODE_D2_NOTES' - - 'DL_CLASS_CODE_B2E_FROM' - - 'DL_CLASS_CODE_B2E_TO' - - 'DL_CLASS_CODE_B2E_NOTES' - - 'DL_CLASS_CODE_G_FROM' - - 'DL_CLASS_CODE_G_TO' - - 'DL_CLASS_CODE_G_NOTES' - - 'DL_CLASS_CODE_J_FROM' - - 'DL_CLASS_CODE_J_TO' - - 'DL_CLASS_CODE_J_NOTES' - - 'DL_CLASS_CODE_LC_FROM' - - 'DL_CLASS_CODE_LC_TO' - - 'DL_CLASS_CODE_LC_NOTES' - - 'BANK_CARD_NUMBER' - - 'BANK_CARD_VALID_THRU' - - 'TAX_NUMBER' - - 'HEALTH_NUMBER' - - 'GRANDFATHER_NAME' - - 'SELECTEE_INDICATOR' - - 'MOTHER_SURNAME' - - 'MOTHER_GIVEN_NAME' - - 'FATHER_SURNAME' - - 'FATHER_GIVEN_NAME' - - 'MOTHER_DATE_OF_BIRTH' - - 'FATHER_DATE_OF_BIRTH' - - 'MOTHER_PERSONAL_NUMBER' - - 'FATHER_PERSONAL_NUMBER' - - 'MOTHER_PLACE_OF_BIRTH' - - 'FATHER_PLACE_OF_BIRTH' - - 'MOTHER_COUNTRY_OF_BIRTH' - - 'FATHER_COUNTRY_OF_BIRTH' - - 'DATE_FIRST_RENEWAL' - - 'DATE_SECOND_RENEWAL' - - 'PLACE_OF_EXAMINATION' - - 'APPLICATION_NUMBER' - - 'VOUCHER_NUMBER' - - 'AUTHORIZATION_NUMBER' - - 'FACULTY' - - 'FORM_OF_EDUCATION' - - 'DNI_NUMBER' - - 'RETIREMENT_NUMBER' - - 'PROFESSIONAL_ID_NUMBER' - - 'AGE_AT_ISSUE' - - 'YEARS_SINCE_ISSUE' - - 'DL_CLASS_CODE_BTP_FROM' - - 'DL_CLASS_CODE_BTP_NOTES' - - 'DL_CLASS_CODE_BTP_TO' - - 'DL_CLASS_CODE_C3_FROM' - - 'DL_CLASS_CODE_C3_NOTES' - - 'DL_CLASS_CODE_C3_TO' - - 'DL_CLASS_CODE_E_FROM' - - 'DL_CLASS_CODE_E_NOTES' - - 'DL_CLASS_CODE_E_TO' - - 'DL_CLASS_CODE_F_FROM' - - 'DL_CLASS_CODE_F_NOTES' - - 'DL_CLASS_CODE_F_TO' - - 'DL_CLASS_CODE_FA_FROM' - - 'DL_CLASS_CODE_FA_NOTES' - - 'DL_CLASS_CODE_FA_TO' - - 'DL_CLASS_CODE_FA1_FROM' - - 'DL_CLASS_CODE_FA1_NOTES' - - 'DL_CLASS_CODE_FA1_TO' - - 'DL_CLASS_CODE_FB_FROM' - - 'DL_CLASS_CODE_FB_NOTES' - - 'DL_CLASS_CODE_FB_TO' - - 'DL_CLASS_CODE_G1_FROM' - - 'DL_CLASS_CODE_G1_NOTES' - - 'DL_CLASS_CODE_G1_TO' - - 'DL_CLASS_CODE_H_FROM' - - 'DL_CLASS_CODE_H_NOTES' - - 'DL_CLASS_CODE_H_TO' - - 'DL_CLASS_CODE_I_FROM' - - 'DL_CLASS_CODE_I_NOTES' - - 'DL_CLASS_CODE_I_TO' - - 'DL_CLASS_CODE_K_FROM' - - 'DL_CLASS_CODE_K_NOTES' - - 'DL_CLASS_CODE_K_TO' - - 'DL_CLASS_CODE_LK_FROM' - - 'DL_CLASS_CODE_LK_NOTES' - - 'DL_CLASS_CODE_LK_TO' - - 'DL_CLASS_CODE_N_FROM' - - 'DL_CLASS_CODE_N_NOTES' - - 'DL_CLASS_CODE_N_TO' - - 'DL_CLASS_CODE_S_FROM' - - 'DL_CLASS_CODE_S_NOTES' - - 'DL_CLASS_CODE_S_TO' - - 'DL_CLASS_CODE_TB_FROM' - - 'DL_CLASS_CODE_TB_NOTES' - - 'DL_CLASS_CODE_TB_TO' - - 'DL_CLASS_CODE_TM_FROM' - - 'DL_CLASS_CODE_TM_NOTES' - - 'DL_CLASS_CODE_TM_TO' - - 'DL_CLASS_CODE_TR_FROM' - - 'DL_CLASS_CODE_TR_NOTES' - - 'DL_CLASS_CODE_TR_TO' - - 'DL_CLASS_CODE_TV_FROM' - - 'DL_CLASS_CODE_TV_NOTES' - - 'DL_CLASS_CODE_TV_TO' - - 'DL_CLASS_CODE_V_FROM' - - 'DL_CLASS_CODE_V_NOTES' - - 'DL_CLASS_CODE_V_TO' - - 'DL_CLASS_CODE_W_FROM' - - 'DL_CLASS_CODE_W_NOTES' - - 'DL_CLASS_CODE_W_TO' - - 'URL' - - 'CALIBER' - - 'MODEL' - - 'MAKE' - - 'NUMBER_OF_CYLINDERS' - - 'SURNAME_OF_HUSBAND_AFTER_REGISTRATION' - - 'SURNAME_OF_WIFE_AFTER_REGISTRATION' - - 'DATE_OF_BIRTH_OF_WIFE' - - 'DATE_OF_BIRTH_OF_HUSBAND' - - 'CITIZENSHIP_OF_FIRST_PERSON' - - 'CITIZENSHIP_OF_SECOND_PERSON' - - 'CVV' - - 'DATE_OF_INSURANCE_EXPIRY' - - 'MORTGAGE_BY' - - 'OLD_DOCUMENT_NUMBER' - - 'OLD_DATE_OF_ISSUE' - - 'OLD_PLACE_OF_ISSUE' - - 'DL_CLASS_CODE_LR_FROM' - - 'DL_CLASS_CODE_LR_TO' - - 'DL_CLASS_CODE_LR_NOTES' - - 'DL_CLASS_CODE_MR_FROM' - - 'DL_CLASS_CODE_MR_TO' - - 'DL_CLASS_CODE_MR_NOTES' - - 'DL_CLASS_CODE_HR_FROM' - - 'DL_CLASS_CODE_HR_TO' - - 'DL_CLASS_CODE_HR_NOTES' - - 'DL_CLASS_CODE_HC_FROM' - - 'DL_CLASS_CODE_HC_TO' - - 'DL_CLASS_CODE_HC_NOTES' - - 'DL_CLASS_CODE_MC_FROM' - - 'DL_CLASS_CODE_MC_TO' - - 'DL_CLASS_CODE_MC_NOTES' - - 'DL_CLASS_CODE_RE_FROM' - - 'DL_CLASS_CODE_RE_TO' - - 'DL_CLASS_CODE_RE_NOTES' - - 'DL_CLASS_CODE_R_FROM' - - 'DL_CLASS_CODE_R_TO' - - 'DL_CLASS_CODE_R_NOTES' - - 'DL_CLASS_CODE_CA_FROM' - - 'DL_CLASS_CODE_CA_TO' - - 'DL_CLASS_CODE_CA_NOTES' - - 'CITIZENSHIP_STATUS' - - 'MILITARY_SERVICE_FROM' - - 'MILITARY_SERVICE_TO' - - 'DL_CLASS_CODE_NT_FROM' - - 'DL_CLASS_CODE_NT_TO' - - 'DL_CLASS_CODE_NT_NOTES' - - 'DL_CLASS_CODE_TN_FROM' - - 'DL_CLASS_CODE_TN_TO' - - 'DL_CLASS_CODE_TN_NOTES' - - 'DL_CLASS_CODE_D3_FROM' - - 'DL_CLASS_CODE_D3_TO' - - 'DL_CLASS_CODE_D3_NOTES' - - 'ALT_DATE_OF_EXPIRE' - - 'DL_CLASS_CODE_CD_FROM' - - 'DL_CLASS_CODE_CD_TO' - - 'DL_CLASS_CODE_CD_NOTES' - - 'ISSUER_IDENTIFICATION_NUMBER' - - 'PAYMENT_PERIOD_FROM' - - 'PAYMENT_PERIOD_TO' - - 'VACCINATION_CERTIFICATE_IDENTIFIER' - - 'FIRST_NAME' - - 'DATE_OF_ARRIVAL' - - 'FT_SECOND_NAME' - - 'FT_THIRD_NAME' - - 'FT_FOURTH_NAME' - - 'FT_LAST_NAME' - - 'RM_FROM' - - 'RM_NOTES' - - 'RM_TO' - - 'PW_FROM' - - 'PW_NOTES' - - 'PW_TO' + - "DOCUMENT_CLASS_CODE" + - "ISSUING_STATE_CODE" + - "DOCUMENT_NUMBER" + - "DATE_OF_EXPIRY" + - "DATE_OF_ISSUE" + - "DATE_OF_BIRTH" + - "PLACE_OF_BIRTH" + - "PERSONAL_NUMBER" + - "SURNAME" + - "GIVEN_NAME" + - "MOTHERS_NAME" + - "NATIONALITY" + - "SEX" + - "HEIGHT" + - "WEIGHT" + - "EYES_COLOR" + - "HAIR_COLOR" + - "ADDRESS" + - "DONOR" + - "SOCIAL_SECURITY_NUMBER" + - "DL_CLASS" + - "DL_ENDORSED" + - "DL_RESTRICTION_CODE" + - "DL_UNDER_21_DATE" + - "AUTHORITY" + - "SURNAME_AND_GIVEN_NAMES" + - "NATIONALITY_CODE" + - "PASSPORT_NUMBER" + - "INVITATION_NUMBER" + - "VISA_ID" + - "VISA_CLASS" + - "VISA_SUBCLASS" + - "MRZ_TYPE" + - "OPTIONAL_DATA" + - "DOCUMENT_CLASS_NAME" + - "ISSUING_STATE_NAME" + - "PLACE_OF_ISSUE" + - "DOCUMENT_NUMBER_CHECKSUM" + - "DATE_OF_BIRTH_CHECKSUM" + - "DATE_OF_EXPIRY_CHECKSUM" + - "PERSONAL_NUMBER_CHECKSUM" + - "FINAL_CHECKSUM" + - "PASSPORT_NUMBER_CHECKSUM" + - "INVITATION_NUMBER_CHECKSUM" + - "VISA_ID_CHECKSUM" + - "SURNAME_AND_GIVEN_NAME_CHECKSUM" + - "VISA_VALID_UNTIL_CHECKSUM" + - "OTHER" + - "MRZ_STRINGS" + - "NAME_SUFFIX" + - "NAME_PREFIX" + - "DATE_OF_ISSUE_CHECKSUM" + - "DATE_OF_ISSUE_CHECK_DIGIT" + - "DOCUMENT_SERIES" + - "REG_CERT_REG_NUMBER" + - "REG_CERT_CAR_MODEL" + - "REG_CERT_CAR_COLOR" + - "REG_CERT_BODY_NUMBER" + - "REG_CERT_CAR_TYPE" + - "REG_CERT_MAX_WEIGHT" + - "REG_CERT_WEIGHT" + - "ADDRESS_AREA" + - "ADDRESS_STATE" + - "ADDRESS_BUILDING" + - "ADDRESS_HOUSE" + - "ADDRESS_FLAT" + - "PLACE_OF_REGISTRATION" + - "DATE_OF_REGISTRATION" + - "RESIDENT_FROM" + - "RESIDENT_UNTIL" + - "AUTHORITY_CODE" + - "PLACE_OF_BIRTH_AREA" + - "PLACE_OF_BIRTH_STATE_CODE" + - "ADDRESS_STREET" + - "ADDRESS_CITY" + - "ADDRESS_JURISDICTION_CODE" + - "ADDRESS_POSTAL_CODE" + - "DOCUMENT_NUMBER_CHECK_DIGIT" + - "DATE_OF_BIRTH_CHECK_DIGIT" + - "DATE_OF_EXPIRY_CHECK_DIGIT" + - "PERSONAL_NUMBER_CHECK_DIGIT" + - "FINAL_CHECK_DIGIT" + - "PASSPORT_NUMBER_CHECK_DIGIT" + - "INVITATION_NUMBER_CHECK_DIGIT" + - "VISA_ID_CHECK_DIGIT" + - "SURNAME_AND_GIVEN_NAMES_CHECK_DIGIT" + - "VISA_VALID_UNTIL_CHECK_DIGIT" + - "PERMIT_DL_CLASS" + - "PERMIT_DATE_OF_EXPIRY" + - "PERMIT_IDENTIFIER" + - "PERMIT_DATE_OF_ISSUE" + - "PERMIT_RESTRICTION_CODE" + - "PERMIT_ENDORSED" + - "ISSUE_TIMESTAMP" + - "NUMBER_OF_DUPLICATES" + - "MEDICAL_INDICATOR_CODES" + - "NON_RESIDENT_INDICATOR" + - "VISA_TYPE" + - "VISA_VALID_FROM" + - "VISA_VALID_UNTIL" + - "DURATION_OF_STAY" + - "NUMBER_OF_ENTRIES" + - "DAY" + - "MONTH" + - "YEAR" + - "UNIQUE_CUSTOMER_IDENTIFIER" + - "COMMERCIAL_VEHICLE_CODES" + - "AKA_DATE_OF_BIRTH" + - "AKA_SOCIAL_SECURITY_NUMBER" + - "AKA_SURNAME" + - "AKA_GIVEN_NAMES" + - "AKA_NAME_SUFFIX" + - "AKA_NAME_PREFIX" + - "MAILING_ADDRESS_STREET" + - "MAILING_ADDRESS_CITY" + - "MAILING_ADDRESS_JURISDICTION_CODE" + - "MAILING_ADDRESS_POSTAL_CODE" + - "AUDIT_INFORMATION" + - "INVENTORY_NUMBER" + - "RACE_ETHNICITY" + - "JURISDICTION_VEHICLE_CLASS" + - "JURISDICTION_ENDORSEMENT_CODE" + - "JURISDICTION_RESTRICTION_CODE" + - "FAMILY_NAME" + - "GIVEN_NAMES_RUS" + - "VISA_ID_RUS" + - "FATHERS_NAME" + - "FATHERS_NAME_RUS" + - "SURNAME_AND_GIVEN_NAME_RUS" + - "PLACE_OF_BIRTH_RUS" + - "AUTHORITY_RUS" + - "ISSUING_STATE_CODE_NUMERIC" + - "NATIONALITY_CODE_NUMERIC" + - "ENGINE_POWER" + - "ENGINE_VOLUME" + - "CHASSIS_NUMBER" + - "ENGINE_NUMBER" + - "ENGINE_MODEL" + - "VEHICLE_CATEGORY" + - "IDENTITY_CARD_NUMBER" + - "CONTROL_NUMBER" + - "PARENTS_GIVEN_NAMES" + - "SECOND_SURNAME" + - "MIDDLE_NAME" + - "REG_CERT_VIN" + - "REG_CERT_VIN_CHECK_DIGIT" + - "REG_CERT_VIN_CHECKSUM" + - "LINE_1_CHECK_DIGIT" + - "LINE_2_CHECK_DIGIT" + - "LINE_3_CHECK_DIGIT" + - "LINE_1_CHECKSUM" + - "LINE_2_CHECKSUM" + - "LINE_3_CHECKSUM" + - "REG_CERT_REG_NUMBER_CHECK_DIGIT" + - "REG_CERT_REG_NUMBER_CHECKSUM" + - "REG_CERT_VEHICLE_ITS_CODE" + - "CARD_ACCESS_NUMBER" + - "MARITAL_STATUS" + - "COMPANY_NAME" + - "SPECIAL_NOTES" + - "SURNAME_OF_SPOUSE" + - "TRACKING_NUMBER" + - "BOOKLET_NUMBER" + - "CHILDREN" + - "COPY_NUMBER" + - "SERIAL_NUMBER" + - "DOSSIER_NUMBER" + - "AKA_SURNAME_AND_GIVEN_NAMES" + - "TERRITORIAL_VALIDITY" + - "MRZ_STRINGS_WITH_CORRECT_CHECK_SUMS" + - "DL_CDL_RESTRICTION_CODE" + - "DL_UNDER_18_DATE" + - "DL_RECORD_CREATED" + - "DL_DUPLICATE_DATE" + - "DL_ISSUE_TYPE" + - "MILITARY_BOOK_NUMBER" + - "DESTINATION" + - "BLOOD_GROUP" + - "SEQUENCE_NUMBER" + - "REG_CERT_BODY_TYPE" + - "REG_CERT_CAR_MARK" + - "TRANSACTION_NUMBER" + - "AGE" + - "FOLIO_NUMBER" + - "VOTER_KEY" + - "ADDRESS_MUNICIPALITY" + - "ADDRESS_LOCATION" + - "SECTION" + - "OCR_NUMBER" + - "FEDERAL_ELECTIONS" + - "REFERENCE_NUMBER" + - "OPTIONAL_DATA_CHECKSUM" + - "OPTIONAL_DATA_CHECK_DIGIT" + - "VISA_NUMBER" + - "VISA_NUMBER_CHECKSUM" + - "VISA_NUMBER_CHECK_DIGIT" + - "VOTER" + - "PREVIOUS_TYPE" + - "FIELD_FROM_MRZ" + - "CURRENT_DATE" + - "STATUS_DATE_OF_EXPIRY" + - "BANK_NOTE_NUMBER" + - "CSC_CODE" + - "ARTISTIC_NAME" + - "ACADEMIC_TITLE" + - "ADDRESS_COUNTRY" + - "ADDRESS_ZIP_CODE" + - "E_ID_RESIDENCE_PERMIT_1" + - "E_ID_RESIDENCE_PERMIT_2" + - "E_ID_PLACE_OF_BIRTH_STREET" + - "E_ID_PLACE_OF_BIRTH_CITY" + - "E_ID_PLACE_OF_BIRTH_STATE" + - "E_ID_PLACE_OF_BIRTH_COUNTRY" + - "E_ID_PLACE_OF_BIRTH_ZIP_CODE" + - "CDL_CLASS" + - "DL_UNDER_19_DATE" + - "WEIGHT_POUNDS" + - "LIMITED_DURATION_DOCUMENT_INDICATOR" + - "ENDORSEMENT_EXPIRATION_DATE" + - "REVISION_DATE" + - "COMPLIANCE_TYPE" + - "FAMILY_NAME_TRUNCATION" + - "FIRST_NAME_TRUNCATION" + - "MIDDLE_NAME_TRUNCATION" + - "EXAM_DATE" + - "ORGANIZATION" + - "DEPARTMENT" + - "PAY_GRADE" + - "RANK" + - "BENEFITS_NUMBER" + - "SPONSOR_SERVICE" + - "SPONSOR_STATUS" + - "SPONSOR" + - "RELATIONSHIP" + - "USCIS" + - "CATEGORY" + - "CONDITIONS" + - "IDENTIFIER" + - "CONFIGURATION" + - "DISCRETIONARY_DATA" + - "LINE_1_OPTIONAL_DATA" + - "LINE_2_OPTIONAL_DATA" + - "LINE_3_OPTIONAL_DATA" + - "EQV_CODE" + - "ALT_CODE" + - "BINARY_CODE" + - "PSEUDO_CODE" + - "FEE" + - "STAMP_NUMBER" + - "SBH_SECURITY_OPTIONS" + - "SBH_INTEGRITY_OPTIONS" + - "DATE_OF_CREATION" + - "VALIDITY_PERIOD" + - "PATRON_HEADER_VERSION" + - "BDB_TYPE" + - "BIOMETRIC_TYPE" + - "BIOMETRIC_SUBTYPE" + - "BIOMETRIC_PRODUCT_ID" + - "BIOMETRIC_FORMAT_OWNER" + - "BIOMETRIC_FORMAT_TYPE" + - "PHONE" + - "PROFESSION" + - "TITLE" + - "PERSONAL_SUMMARY" + - "OTHER_VALID_ID" + - "CUSTODY_INFO" + - "OTHER_NAME" + - "OBSERVATIONS" + - "TAX" + - "DATE_OF_PERSONALIZATION" + - "PERSONALIZATION_SN" + - "OTHER_PERSON_NAME" + - "PERSON_TO_NOTIFY_DATE_OF_RECORD" + - "PERSON_TO_NOTIFY_NAME" + - "PERSON_TO_NOTIFY_PHONE" + - "PERSON_TO_NOTIFY_ADDRESS" + - "DS_CERTIFICATE_ISSUER" + - "DS_CERTIFICATE_SUBJECT" + - "DS_CERTIFICATE_VALID_FROM" + - "DS_CERTIFICATE_VALID_TO" + - "VRC_DATA_OBJECT_ENTRY" + - "TYPE_APPROVAL_NUMBER" + - "ADMINISTRATIVE_NUMBER" + - "DOCUMENT_DISCRIMINATOR" + - "DATA_DISCRIMINATOR" + - "ISO_ISSUER_ID_NUMBER" + - "GNIB_NUMBER" + - "DEPT_NUMBER" + - "TELEX_CODE" + - "ALLERGIES" + - "SP_CODE" + - "COURT_CODE" + - "CTY" + - "SPONSOR_SSN" + - "DOD_NUMBER" + - "MC_NOVICE_DATE" + - "DUF_NUMBER" + - "AGY" + - "PNR_CODE" + - "FROM_AIRPORT_CODE" + - "TO_AIRPORT_CODE" + - "FLIGHT_NUMBER" + - "DATE_OF_FLIGHT" + - "SEAT_NUMBER" + - "DATE_OF_ISSUE_BOARDING_PASS" + - "CCW_UNTIL" + - "REFERENCE_NUMBER_CHECKSUM" + - "REFERENCE_NUMBER_CHECK_DIGIT" + - "ROOM_NUMBER" + - "RELIGION" + - "REMAINDER_TERM" + - "ELECTRONIC_TICKET_INDICATOR" + - "COMPARTMENT_CODE" + - "CHECK_IN_SEQUENCE_NUMBER" + - "AIRLINE_DESIGNATOR_OF_BOARDING_PASS_ISSUER" + - "AIRLINE_NUMERIC_CODE" + - "TICKET_NUMBER" + - "FREQUENT_FLYER_AIRLINE_DESIGNATOR" + - "FREQUENT_FLYER_NUMBER" + - "FREE_BAGGAGE_ALLOWANCE" + - "PDF_417_CODEC" + - "IDENTITY_CARD_NUMBER_CHECKSUM" + - "IDENTITY_CARD_NUMBER_CHECK_DIGIT" + - "VETERAN" + - "DL_CLASS_CODE_A1_FROM" + - "DL_CLASS_CODE_A1_TO" + - "DL_CLASS_CODE_A1_NOTES" + - "DL_CLASS_CODE_A_FROM" + - "DL_CLASS_CODE_A_TO" + - "DL_CLASS_CODE_A_NOTES" + - "DL_CLASS_CODE_B_FROM" + - "DL_CLASS_CODE_B_TO" + - "DL_CLASS_CODE_B_NOTES" + - "DL_CLASS_CODE_C1_FROM" + - "DL_CLASS_CODE_C1_TO" + - "DL_CLASS_CODE_C1_NOTES" + - "DL_CLASS_CODE_C_FROM" + - "DL_CLASS_CODE_C_TO" + - "DL_CLASS_CODE_C_NOTES" + - "DL_CLASS_CODE_D1_FROM" + - "DL_CLASS_CODE_D1_TO" + - "DL_CLASS_CODE_D1_NOTES" + - "DL_CLASS_CODE_D_FROM" + - "DL_CLASS_CODE_D_TO" + - "DL_CLASS_CODE_D_NOTES" + - "DL_CLASS_CODE_BE_FROM" + - "DL_CLASS_CODE_BE_TO" + - "DL_CLASS_CODE_BE_NOTES" + - "DL_CLASS_CODE_C1E_FROM" + - "DL_CLASS_CODE_C1E_TO" + - "DL_CLASS_CODE_C1E_NOTES" + - "DL_CLASS_CODE_CE_FROM" + - "DL_CLASS_CODE_CE_TO" + - "DL_CLASS_CODE_CE_NOTES" + - "DL_CLASS_CODE_D1E_FROM" + - "DL_CLASS_CODE_D1E_TO" + - "DL_CLASS_CODE_D1E_NOTES" + - "DL_CLASS_CODE_DE_FROM" + - "DL_CLASS_CODE_DE_TO" + - "DL_CLASS_CODE_DE_NOTES" + - "DL_CLASS_CODE_M_FROM" + - "DL_CLASS_CODE_M_TO" + - "DL_CLASS_CODE_M_NOTES" + - "DL_CLASS_CODE_L_FROM" + - "DL_CLASS_CODE_L_TO" + - "DL_CLASS_CODE_L_NOTES" + - "DL_CLASS_CODE_T_FROM" + - "DL_CLASS_CODE_T_TO" + - "DL_CLASS_CODE_T_NOTES" + - "DL_CLASS_CODE_AM_FROM" + - "DL_CLASS_CODE_AM_TO" + - "DL_CLASS_CODE_AM_NOTES" + - "DL_CLASS_CODE_A2_FROM" + - "DL_CLASS_CODE_A2_TO" + - "DL_CLASS_CODE_A2_NOTES" + - "DL_CLASS_CODE_B1_FROM" + - "DL_CLASS_CODE_B1_TO" + - "DL_CLASS_CODE_B1_NOTES" + - "SURNAME_AT_BIRTH" + - "CIVIL_STATUS" + - "NUMBER_OF_SEATS" + - "NUMBER_OF_STANDING_PLACES" + - "MAX_SPEED" + - "FUEL_TYPE" + - "EC_ENVIRONMENTAL_TYPE" + - "POWER_WEIGHT_RATIO" + - "MAX_MASS_OF_TRAILER_BRAKED" + - "MAX_MASS_OF_TRAILER_UNBRAKED" + - "TRANSMISSION_TYPE" + - "TRAILER_HITCH" + - "ACCOMPANIED_BY" + - "POLICE_DISTRICT" + - "FIRST_ISSUE_DATE" + - "PAYLOAD_CAPACITY" + - "NUMBER_OF_AXLES" + - "PERMISSIBLE_AXLE_LOAD" + - "PRECINCT" + - "INVITED_BY" + - "PURPOSE_OF_ENTRY" + - "SKIN_COLOR" + - "COMPLEXION" + - "AIRPORT_FROM" + - "AIRPORT_TO" + - "AIRLINE_NAME" + - "AIRLINE_NAME_FREQUENT_FLYER" + - "LICENSE_NUMBER" + - "IN_TANKS" + - "EXCEPT_IN_TANKS" + - "FAST_TRACK" + - "OWNER" + - "MRZ_STRINGS_ICAO_RFID" + - "NUMBER_OF_CARD_ISSUANCE" + - "NUMBER_OF_CARD_ISSUANCE_CHECKSUM" + - "NUMBER_OF_CARD_ISSUANCE_CHECK_DIGIT" + - "CENTURY_DATE_OF_BIRTH" + - "DL_CLASS_CODE_A3_FROM" + - "DL_CLASS_CODE_A3_TO" + - "DL_CLASS_CODE_A3_NOTES" + - "DL_CLASS_CODE_C2_FROM" + - "DL_CLASS_CODE_C2_TO" + - "DL_CLASS_CODE_C2_NOTES" + - "DL_CLASS_CODE_B2_FROM" + - "DL_CLASS_CODE_B2_TO" + - "DL_CLASS_CODE_B2_NOTES" + - "DL_CLASS_CODE_D2_FROM" + - "DL_CLASS_CODE_D2_TO" + - "DL_CLASS_CODE_D2_NOTES" + - "DL_CLASS_CODE_B2E_FROM" + - "DL_CLASS_CODE_B2E_TO" + - "DL_CLASS_CODE_B2E_NOTES" + - "DL_CLASS_CODE_G_FROM" + - "DL_CLASS_CODE_G_TO" + - "DL_CLASS_CODE_G_NOTES" + - "DL_CLASS_CODE_J_FROM" + - "DL_CLASS_CODE_J_TO" + - "DL_CLASS_CODE_J_NOTES" + - "DL_CLASS_CODE_LC_FROM" + - "DL_CLASS_CODE_LC_TO" + - "DL_CLASS_CODE_LC_NOTES" + - "BANK_CARD_NUMBER" + - "BANK_CARD_VALID_THRU" + - "TAX_NUMBER" + - "HEALTH_NUMBER" + - "GRANDFATHER_NAME" + - "SELECTEE_INDICATOR" + - "MOTHER_SURNAME" + - "MOTHER_GIVEN_NAME" + - "FATHER_SURNAME" + - "FATHER_GIVEN_NAME" + - "MOTHER_DATE_OF_BIRTH" + - "FATHER_DATE_OF_BIRTH" + - "MOTHER_PERSONAL_NUMBER" + - "FATHER_PERSONAL_NUMBER" + - "MOTHER_PLACE_OF_BIRTH" + - "FATHER_PLACE_OF_BIRTH" + - "MOTHER_COUNTRY_OF_BIRTH" + - "FATHER_COUNTRY_OF_BIRTH" + - "DATE_FIRST_RENEWAL" + - "DATE_SECOND_RENEWAL" + - "PLACE_OF_EXAMINATION" + - "APPLICATION_NUMBER" + - "VOUCHER_NUMBER" + - "AUTHORIZATION_NUMBER" + - "FACULTY" + - "FORM_OF_EDUCATION" + - "DNI_NUMBER" + - "RETIREMENT_NUMBER" + - "PROFESSIONAL_ID_NUMBER" + - "AGE_AT_ISSUE" + - "YEARS_SINCE_ISSUE" + - "DL_CLASS_CODE_BTP_FROM" + - "DL_CLASS_CODE_BTP_NOTES" + - "DL_CLASS_CODE_BTP_TO" + - "DL_CLASS_CODE_C3_FROM" + - "DL_CLASS_CODE_C3_NOTES" + - "DL_CLASS_CODE_C3_TO" + - "DL_CLASS_CODE_E_FROM" + - "DL_CLASS_CODE_E_NOTES" + - "DL_CLASS_CODE_E_TO" + - "DL_CLASS_CODE_F_FROM" + - "DL_CLASS_CODE_F_NOTES" + - "DL_CLASS_CODE_F_TO" + - "DL_CLASS_CODE_FA_FROM" + - "DL_CLASS_CODE_FA_NOTES" + - "DL_CLASS_CODE_FA_TO" + - "DL_CLASS_CODE_FA1_FROM" + - "DL_CLASS_CODE_FA1_NOTES" + - "DL_CLASS_CODE_FA1_TO" + - "DL_CLASS_CODE_FB_FROM" + - "DL_CLASS_CODE_FB_NOTES" + - "DL_CLASS_CODE_FB_TO" + - "DL_CLASS_CODE_G1_FROM" + - "DL_CLASS_CODE_G1_NOTES" + - "DL_CLASS_CODE_G1_TO" + - "DL_CLASS_CODE_H_FROM" + - "DL_CLASS_CODE_H_NOTES" + - "DL_CLASS_CODE_H_TO" + - "DL_CLASS_CODE_I_FROM" + - "DL_CLASS_CODE_I_NOTES" + - "DL_CLASS_CODE_I_TO" + - "DL_CLASS_CODE_K_FROM" + - "DL_CLASS_CODE_K_NOTES" + - "DL_CLASS_CODE_K_TO" + - "DL_CLASS_CODE_LK_FROM" + - "DL_CLASS_CODE_LK_NOTES" + - "DL_CLASS_CODE_LK_TO" + - "DL_CLASS_CODE_N_FROM" + - "DL_CLASS_CODE_N_NOTES" + - "DL_CLASS_CODE_N_TO" + - "DL_CLASS_CODE_S_FROM" + - "DL_CLASS_CODE_S_NOTES" + - "DL_CLASS_CODE_S_TO" + - "DL_CLASS_CODE_TB_FROM" + - "DL_CLASS_CODE_TB_NOTES" + - "DL_CLASS_CODE_TB_TO" + - "DL_CLASS_CODE_TM_FROM" + - "DL_CLASS_CODE_TM_NOTES" + - "DL_CLASS_CODE_TM_TO" + - "DL_CLASS_CODE_TR_FROM" + - "DL_CLASS_CODE_TR_NOTES" + - "DL_CLASS_CODE_TR_TO" + - "DL_CLASS_CODE_TV_FROM" + - "DL_CLASS_CODE_TV_NOTES" + - "DL_CLASS_CODE_TV_TO" + - "DL_CLASS_CODE_V_FROM" + - "DL_CLASS_CODE_V_NOTES" + - "DL_CLASS_CODE_V_TO" + - "DL_CLASS_CODE_W_FROM" + - "DL_CLASS_CODE_W_NOTES" + - "DL_CLASS_CODE_W_TO" + - "URL" + - "CALIBER" + - "MODEL" + - "MAKE" + - "NUMBER_OF_CYLINDERS" + - "SURNAME_OF_HUSBAND_AFTER_REGISTRATION" + - "SURNAME_OF_WIFE_AFTER_REGISTRATION" + - "DATE_OF_BIRTH_OF_WIFE" + - "DATE_OF_BIRTH_OF_HUSBAND" + - "CITIZENSHIP_OF_FIRST_PERSON" + - "CITIZENSHIP_OF_SECOND_PERSON" + - "CVV" + - "DATE_OF_INSURANCE_EXPIRY" + - "MORTGAGE_BY" + - "OLD_DOCUMENT_NUMBER" + - "OLD_DATE_OF_ISSUE" + - "OLD_PLACE_OF_ISSUE" + - "DL_CLASS_CODE_LR_FROM" + - "DL_CLASS_CODE_LR_TO" + - "DL_CLASS_CODE_LR_NOTES" + - "DL_CLASS_CODE_MR_FROM" + - "DL_CLASS_CODE_MR_TO" + - "DL_CLASS_CODE_MR_NOTES" + - "DL_CLASS_CODE_HR_FROM" + - "DL_CLASS_CODE_HR_TO" + - "DL_CLASS_CODE_HR_NOTES" + - "DL_CLASS_CODE_HC_FROM" + - "DL_CLASS_CODE_HC_TO" + - "DL_CLASS_CODE_HC_NOTES" + - "DL_CLASS_CODE_MC_FROM" + - "DL_CLASS_CODE_MC_TO" + - "DL_CLASS_CODE_MC_NOTES" + - "DL_CLASS_CODE_RE_FROM" + - "DL_CLASS_CODE_RE_TO" + - "DL_CLASS_CODE_RE_NOTES" + - "DL_CLASS_CODE_R_FROM" + - "DL_CLASS_CODE_R_TO" + - "DL_CLASS_CODE_R_NOTES" + - "DL_CLASS_CODE_CA_FROM" + - "DL_CLASS_CODE_CA_TO" + - "DL_CLASS_CODE_CA_NOTES" + - "CITIZENSHIP_STATUS" + - "MILITARY_SERVICE_FROM" + - "MILITARY_SERVICE_TO" + - "DL_CLASS_CODE_NT_FROM" + - "DL_CLASS_CODE_NT_TO" + - "DL_CLASS_CODE_NT_NOTES" + - "DL_CLASS_CODE_TN_FROM" + - "DL_CLASS_CODE_TN_TO" + - "DL_CLASS_CODE_TN_NOTES" + - "DL_CLASS_CODE_D3_FROM" + - "DL_CLASS_CODE_D3_TO" + - "DL_CLASS_CODE_D3_NOTES" + - "ALT_DATE_OF_EXPIRE" + - "DL_CLASS_CODE_CD_FROM" + - "DL_CLASS_CODE_CD_TO" + - "DL_CLASS_CODE_CD_NOTES" + - "ISSUER_IDENTIFICATION_NUMBER" + - "PAYMENT_PERIOD_FROM" + - "PAYMENT_PERIOD_TO" + - "VACCINATION_CERTIFICATE_IDENTIFIER" + - "FIRST_NAME" + - "DATE_OF_ARRIVAL" + - "SECOND_NAME" + - "THIRD_NAME" + - "FOURTH_NAME" + - "LAST_NAME" + - "DL_CLASS_CODE_RM_FROM" + - "DL_CLASS_CODE_RM_NOTES" + - "DL_CLASS_CODE_RM_TO" + - "DL_CLASS_CODE_PW_FROM" + - "DL_CLASS_CODE_PW_NOTES" + - "DL_CLASS_CODE_PW_TO" + - "DL_CLASS_CODE_EB_FROM" + - "DL_CLASS_CODE_EB_NOTES" + - "DL_CLASS_CODE_EB_TO" + - "DL_CLASS_CODE_EC_FROM" + - "DL_CLASS_CODE_EC_NOTES" + - "DL_CLASS_CODE_EC_TO" + - "DL_CLASS_CODE_EC1_FROM" + - "DL_CLASS_CODE_EC1_NOTES" + - "DL_CLASS_CODE_EC1_TO" + - "PLACE_OF_BIRTH_CITY" + - "YEAR_OF_EXPIRY" + - "GRANDFATHER_NAME_MATERNAL" diff --git a/index.yml b/index.yml index 70ceafc..9f80d7e 100644 --- a/index.yml +++ b/index.yml @@ -1,10 +1,10 @@ openapi: 3.0.3 info: - version: 6.7.0 + version: 6.8.0 title: Regula Document Reader Web API x-logo: - url: 'https://static-content.regulaforensics.com/Icons/Logos/Regula-logo.svg' - href: 'https://mobile.regulaforensics.com/' + url: "https://static-content.regulaforensics.com/Icons/Logos/Regula-logo.svg" + href: "https://regulaforensics.com" description: | Documents recognition as easy as reading two bytes. @@ -26,9 +26,9 @@ servers: paths: /api/process: - $ref: './p-process.yml#/paths/~1process' + $ref: "./p-process.yml#/paths/~1process" /api/ping: - $ref: './p-ping.yml#/paths/~1ping' + $ref: "./p-ping.yml#/paths/~1ping" tags: - name: process @@ -90,4 +90,4 @@ components: AuthenticityCheckResult: $ref: "./rt-authenticity.yml#/components/schemas/AuthenticityCheckResult" AuthenticityResultType: - $ref: './authenticity/e-result-type.yml#/components/schemas/AuthenticityResultType' + $ref: "./authenticity/e-result-type.yml#/components/schemas/AuthenticityResultType" diff --git a/p-ping.yml b/p-ping.yml index 2e3b2b1..91a1eff 100644 --- a/p-ping.yml +++ b/p-ping.yml @@ -3,7 +3,7 @@ openapi: 3.0.3 paths: /ping: parameters: - - $ref: './common.yml#/components/parameters/x-request' + - $ref: "./common.yml#/components/parameters/x-request" get: summary: "Server health check" operationId: ping @@ -13,7 +13,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DeviceInfo' + $ref: "#/components/schemas/DeviceInfo" components: schemas: diff --git a/p-process.yml b/p-process.yml index 4c24939..292d559 100644 --- a/p-process.yml +++ b/p-process.yml @@ -21,7 +21,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ProcessResponse' + $ref: "#/components/schemas/ProcessResponse" "400": description: "Bad request. Check your input data." "403": @@ -147,15 +147,15 @@ components: type: string description: "session id" processParam: - $ref: '#/components/schemas/ProcessParams' + $ref: "#/components/schemas/ProcessParams" List: type: array items: - $ref: '#/components/schemas/ProcessRequestImage' + $ref: "#/components/schemas/ProcessRequestImage" ContainerList: - $ref: './rt.yml#/components/schemas/ContainerList' + $ref: "./rt.yml#/components/schemas/ContainerList" systemInfo: - $ref: '#/components/schemas/ProcessSystemInfo' + $ref: "#/components/schemas/ProcessSystemInfo" passBackObject: type: object description: "Free-form object to be included in response. Must be object, not list or simple value. @@ -174,12 +174,12 @@ components: type: integer description: "This parameter allows setting maximum width in pixels of output images and thus reducing image size to desired. Does not change the aspect ratio. Changes disabled if equals to 0. Default 0." scenario: - $ref: './common.yml#/components/schemas/Scenario' + $ref: "./common.yml#/components/schemas/Scenario" resultTypeOutput: description: "Types of results to return in response. See 'Result' enum for available options" type: array items: - $ref: './rt.yml#/components/schemas/Result' + $ref: "./rt.yml#/components/schemas/Result" doublePageSpread: description: "Enable this option if the image you provide contains double page spread of the passport and you want to process both pages in one go. It makes sense to use it for documents @@ -198,7 +198,7 @@ components: Narrowing the list can shorten processing time. Empty by default." type: array items: - $ref: './e-text-field-type.yml#/components/schemas/TextFieldType' + $ref: "./e-text-field-type.yml#/components/schemas/TextFieldType" dateFormat: description: "This option allows you to set dates format so that solution will return dates in this format. For example, if you supply 'MM/dd/yyyy', and document have printed date '09 JUL 2020' for the date os issue, @@ -209,7 +209,7 @@ components: measureSystem: description: "This option allows you to set the system of measurement used for converting original values in document to output result values. Metric by default." - $ref: '#/components/schemas/MeasureSystem' + $ref: "#/components/schemas/MeasureSystem" imageDpiOutMax: description: "This parameter controls maximum resolution in dpi of output images. Resolution will remain original in case 0 is supplied. By default is set to return images in response with @@ -231,7 +231,7 @@ components: If recognized document has ID specified in config, processing adjusts according to designated configuration." type: array items: - $ref: '#/components/schemas/PerDocumentConfig' + $ref: "#/components/schemas/PerDocumentConfig" log: description: "When enabled, results will contain transaction processing log. Disabled by default" type: boolean @@ -269,7 +269,7 @@ components: type: boolean # default: false imageQa: - $ref: '#/components/schemas/ImageQA' + $ref: "#/components/schemas/ImageQA" respectImageQuality: description: "When enabled, image quality checks status affects document optical and overall status. Disabled by default." type: boolean @@ -315,7 +315,7 @@ components: description: "This option allows limiting MRZ formats to be recognized by specifying them in array." type: array items: - $ref: '#/components/schemas/MRZFormat' + $ref: "#/components/schemas/MRZFormat" forceReadMrzBeforeLocate: description: "When enabled, make sure that in series processing MRZ is located fully inside the result document image, if present on the document. Enabling this option may add extra processing time, by disabling optimizations, @@ -373,25 +373,34 @@ components: items: type: integer # default [] + rfid: + type: object + description: "Params for the RFID chip data reprocessing" + properties: + paSensitiveCodesDisable: + description: "A list of notification codes that should be ignored during passive authentication (PA)" + type: array + items: + $ref: "./e-parsing-notification-codes.yml#/components/schemas/ParsingNotificationCodes" required: - scenario MRZFormat: type: string enum: - - '1x30' - - '3x30' - - '2x36' - - '2x44' - - '1x6' - - '2x30' + - "1x30" + - "3x30" + - "2x36" + - "2x44" + - "1x6" + - "2x30" x-enum-varnames: - - 'IDL' - - 'ID1' - - 'ID2' - - 'ID3' - - 'CAN' - - 'ID1_2_30' + - "IDL" + - "ID1" + - "ID2" + - "ID3" + - "CAN" + - "ID1_2_30" TextPostProcessing: type: integer @@ -401,10 +410,10 @@ components: - 2 - 3 x-enum-varnames: - - 'NO_CHANGE' - - 'UPPERCASE' - - 'LOWERCASE' - - 'CAPITAL' + - "NO_CHANGE" + - "UPPERCASE" + - "LOWERCASE" + - "CAPITAL" MeasureSystem: type: integer @@ -413,11 +422,11 @@ components: - 0 - 1 x-enum-descriptions: - - 'Metric system of measurement, where things are measured in meters and grams' - - 'Imperial System of Measurement, where things are measured in feet, inches and pounds' + - "Metric system of measurement, where things are measured in meters and grams" + - "Imperial System of Measurement, where things are measured in feet, inches and pounds" x-enum-varnames: - - 'METRIC' - - 'IMPERIAL' + - "METRIC" + - "IMPERIAL" LogLevel: type: string @@ -428,11 +437,11 @@ components: - Info - Debug x-enum-varnames: - - 'FATAL_ERROR' - - 'ERROR' - - 'WARNING' - - 'INFO' - - 'DEBUG' + - "FATAL_ERROR" + - "ERROR" + - "WARNING" + - "INFO" + - "DEBUG" PerDocumentConfig: @@ -489,9 +498,9 @@ components: - ImageData properties: ImageData: - $ref: './common.yml#/components/schemas/ImageData' + $ref: "./common.yml#/components/schemas/ImageData" light: - $ref: './common.yml#/components/schemas/Light' + $ref: "./common.yml#/components/schemas/Light" page_idx: description: "page/image number" type: integer @@ -549,13 +558,13 @@ components: - 1 - 2 x-enum-descriptions: - - 'Processing was not finished' - - 'Processing finished' - - 'Processing finished by timeout' + - "Processing was not finished" + - "Processing finished" + - "Processing finished by timeout" x-enum-varnames: - - 'NOT_FINISHED' - - 'FINISHED' - - 'TIMEOUT' + - "NOT_FINISHED" + - "FINISHED" + - "TIMEOUT" TransactionInfo: type: object diff --git a/rt-authenticity.yml b/rt-authenticity.yml index a99b1bd..5f06048 100644 --- a/rt-authenticity.yml +++ b/rt-authenticity.yml @@ -10,8 +10,8 @@ components: - AuthenticityCheckList properties: AuthenticityCheckList: - $ref: '#/components/schemas/AuthenticityCheckList' - - $ref: './rt.yml#/components/schemas/ResultItem' + $ref: "#/components/schemas/AuthenticityCheckList" + - $ref: "./rt.yml#/components/schemas/ResultItem" AuthenticityCheckList: type: object @@ -25,7 +25,7 @@ components: type: array description: "Authenticity Check" items: - $ref: '#/components/schemas/AuthenticityCheckResult' + $ref: "#/components/schemas/AuthenticityCheckResult" AuthenticityCheckResult: type: object @@ -35,18 +35,18 @@ components: - List properties: Type: - $ref: './authenticity/e-result-type.yml#/components/schemas/AuthenticityResultType' + $ref: "./authenticity/e-result-type.yml#/components/schemas/AuthenticityResultType" Result: - $ref: './common.yml#/components/schemas/CheckResult' + $ref: "./common.yml#/components/schemas/CheckResult" List: type: array items: anyOf: - - $ref: '#/components/schemas/SecurityFeatureResult' - - $ref: '#/components/schemas/IdentResult' - - $ref: '#/components/schemas/FiberResult' - - $ref: '#/components/schemas/OCRSecurityTextResult' - - $ref: '#/components/schemas/PhotoIdentResult' + - $ref: "#/components/schemas/SecurityFeatureResult" + - $ref: "#/components/schemas/IdentResult" + - $ref: "#/components/schemas/FiberResult" + - $ref: "#/components/schemas/OCRSecurityTextResult" + - $ref: "#/components/schemas/PhotoIdentResult" AuthenticityType: type: integer @@ -60,11 +60,11 @@ components: - Type properties: Type: - $ref: '#/components/schemas/AuthenticityType' + $ref: "#/components/schemas/AuthenticityType" ElementResult: - $ref: './common.yml#/components/schemas/CheckResult' + $ref: "./common.yml#/components/schemas/CheckResult" ElementDiagnose: - $ref: './authenticity/e-check-diagnose.yml#/components/schemas/CheckDiagnose' + $ref: "./authenticity/e-check-diagnose.yml#/components/schemas/CheckDiagnose" discriminator: propertyName: Type mapping: @@ -93,19 +93,19 @@ components: SecurityFeatureResult: - $ref: './authenticity/rt-security-feature.yml#/components/schemas/SecurityFeatureResult' + $ref: "./authenticity/rt-security-feature.yml#/components/schemas/SecurityFeatureResult" IdentResult: - $ref: './authenticity/rt-ident.yml#/components/schemas/IdentResult' + $ref: "./authenticity/rt-ident.yml#/components/schemas/IdentResult" FiberResult: - $ref: './authenticity/rt-fiber.yml#/components/schemas/FiberResult' + $ref: "./authenticity/rt-fiber.yml#/components/schemas/FiberResult" OCRSecurityTextResult: - $ref: './authenticity/rt-ocr-security-text.yml#/components/schemas/OCRSecurityTextResult' + $ref: "./authenticity/rt-ocr-security-text.yml#/components/schemas/OCRSecurityTextResult" PhotoIdentResult: - $ref: './authenticity/rt-photo-ident.yml#/components/schemas/PhotoIdentResult' + $ref: "./authenticity/rt-photo-ident.yml#/components/schemas/PhotoIdentResult" AreaContainer: description: "Checked fragment coordinates" @@ -116,11 +116,11 @@ components: List: type: array items: - $ref: './common.yml#/components/schemas/RectangleCoordinates' + $ref: "./common.yml#/components/schemas/RectangleCoordinates" Points: type: array items: - $ref: '#/components/schemas/PointsContainer' + $ref: "#/components/schemas/PointsContainer" PointsContainer: type: object @@ -130,4 +130,4 @@ components: PointsList: type: array items: - $ref: './common.yml#/components/schemas/Point' \ No newline at end of file + $ref: "./common.yml#/components/schemas/Point" \ No newline at end of file diff --git a/rt-barcodes.yml b/rt-barcodes.yml index 49bc51d..9322798 100644 --- a/rt-barcodes.yml +++ b/rt-barcodes.yml @@ -15,8 +15,8 @@ components: type: array description: "Data from barcode" items: - $ref: '#/components/schemas/pArrayField' - - $ref: './rt.yml#/components/schemas/ResultItem' + $ref: "#/components/schemas/pArrayField" + - $ref: "./rt.yml#/components/schemas/ResultItem" pArrayField: type: object @@ -30,11 +30,11 @@ components: bcDataModule: type: array items: - $ref: '#/components/schemas/DataModule' + $ref: "#/components/schemas/DataModule" bcPDF417INFO: - $ref: '#/components/schemas/bcPDF417INFO' + $ref: "#/components/schemas/bcPDF417INFO" bcROI_DETECT: - $ref: '#/components/schemas/bcROI_DETECT' + $ref: "#/components/schemas/bcROI_DETECT" bcTextDecoderTypes: type: integer bcTextFieldType: diff --git a/rt-doc-type-old.yml b/rt-doc-type-old.yml index 759a755..2ebbeb8 100644 --- a/rt-doc-type-old.yml +++ b/rt-doc-type-old.yml @@ -11,7 +11,7 @@ components: properties: OneCandidate: $ref: "#/components/schemas/OneCandidate" - - $ref: './rt.yml#/components/schemas/ResultItem' + - $ref: "./rt.yml#/components/schemas/ResultItem" DocumentTypesCandidatesResult: title: "Document Types Candidates" @@ -20,7 +20,7 @@ components: properties: CandidatesList: $ref: "#/components/schemas/DocumentTypesCandidatesList" - - $ref: './rt.yml#/components/schemas/ResultItem' + - $ref: "./rt.yml#/components/schemas/ResultItem" DocumentTypesCandidatesList: @@ -41,13 +41,13 @@ components: - 15 - 29 x-enum-descriptions: - - 'Document type determined. The first element in candidates array is recognition result' - - 'Document type was not determined. Ongoing processing is not possible' - - 'To determine document type user should provide more images with different light sources (UV, for example)' + - "Document type determined. The first element in candidates array is recognition result" + - "Document type was not determined. Ongoing processing is not possible" + - "To determine document type user should provide more images with different light sources (UV, for example)" x-enum-varnames: - - 'OK' - - 'UNKNOWN' - - 'NEED_MORE_IMAGES' + - "OK" + - "UNKNOWN" + - "NEED_MORE_IMAGES" OneCandidate: @@ -141,30 +141,30 @@ components: - 1000 - 1002 x-enum-descriptions: - - 'ID1 document format' - - 'ID2 document format' - - 'ID3 document format' - - 'Undefined document format' - - 'A4 document format' - - 'ID3 double document format' - - 'ID1 format document rotated 90 °' - - 'ID1 format document rotated 180 °' - - 'ID1 format document rotated 270 °' - - 'ID2 format document rotated 90 °' - - 'ID3 format document rotated 180 °' - - 'Arbitrary format' - - 'Flexible format. Standard formats can be resized during cropping, depending on various factors: light, background...' + - "ID1 document format" + - "ID2 document format" + - "ID3 document format" + - "Undefined document format" + - "A4 document format" + - "ID3 double document format" + - "ID1 format document rotated 90 °" + - "ID1 format document rotated 180 °" + - "ID1 format document rotated 270 °" + - "ID2 format document rotated 90 °" + - "ID3 format document rotated 180 °" + - "Arbitrary format" + - "Flexible format. Standard formats can be resized during cropping, depending on various factors: light, background..." x-enum-varnames: - - 'ID1' - - 'ID2' - - 'ID3' - - 'NON' - - 'A4' - - 'ID3_X2' - - 'ID1_90' - - 'ID1_180' - - 'ID1_270' - - 'ID2_180' - - 'ID3_180' - - 'CUSTOM' - - 'FLEXIBLE' + - "ID1" + - "ID2" + - "ID3" + - "NON" + - "A4" + - "ID3_X2" + - "ID1_90" + - "ID1_180" + - "ID1_270" + - "ID2_180" + - "ID3_180" + - "CUSTOM" + - "FLEXIBLE" diff --git a/rt-document-position.yml b/rt-document-position.yml index f6f361b..a25739d 100644 --- a/rt-document-position.yml +++ b/rt-document-position.yml @@ -10,7 +10,7 @@ components: properties: DocumentPosition: $ref: "#/components/schemas/DocumentPosition" - - $ref: './rt.yml#/components/schemas/ResultItem' + - $ref: "./rt.yml#/components/schemas/ResultItem" DocumentPosition: type: object @@ -24,14 +24,14 @@ components: Height: type: integer Center: - $ref: './common.yml#/components/schemas/Point' + $ref: "./common.yml#/components/schemas/Point" LeftBottom: - $ref: './common.yml#/components/schemas/Point' + $ref: "./common.yml#/components/schemas/Point" LeftTop: - $ref: './common.yml#/components/schemas/Point' + $ref: "./common.yml#/components/schemas/Point" RightBottom: - $ref: './common.yml#/components/schemas/Point' + $ref: "./common.yml#/components/schemas/Point" RightTop: - $ref: './common.yml#/components/schemas/Point' + $ref: "./common.yml#/components/schemas/Point" Dpi: type: integer diff --git a/rt-encrypted-rcl.yml b/rt-encrypted-rcl.yml index f73d3a7..524cecc 100644 --- a/rt-encrypted-rcl.yml +++ b/rt-encrypted-rcl.yml @@ -12,4 +12,4 @@ components: properties: EncryptedRCL: $ref: "./common.yml#/components/schemas/EncryptedRCL" - - $ref: './rt.yml#/components/schemas/ResultItem' + - $ref: "./rt.yml#/components/schemas/ResultItem" diff --git a/rt-image-data.yml b/rt-image-data.yml index 010455a..44fa57b 100644 --- a/rt-image-data.yml +++ b/rt-image-data.yml @@ -13,7 +13,7 @@ components: properties: DocGraphicsInfo: $ref: "#/components/schemas/GraphicFieldsList" - - $ref: './rt.yml#/components/schemas/ResultItem' + - $ref: "./rt.yml#/components/schemas/ResultItem" GraphicFieldsList: diff --git a/rt-image-quality.yml b/rt-image-quality.yml index fad4c58..19d7c53 100644 --- a/rt-image-quality.yml +++ b/rt-image-quality.yml @@ -10,8 +10,8 @@ components: - ImageQualityCheckList properties: ImageQualityCheckList: - $ref: '#/components/schemas/ImageQualityCheckList' - - $ref: './rt.yml#/components/schemas/ResultItem' + $ref: "#/components/schemas/ImageQualityCheckList" + - $ref: "./rt.yml#/components/schemas/ResultItem" ImageQualityCheckList: @@ -21,16 +21,16 @@ components: - List properties: result: - description: 'Overall image quality status, combined from check statuses in the list.' - $ref: './common.yml#/components/schemas/CheckResult' + description: "Overall image quality status, combined from check statuses in the list." + $ref: "./common.yml#/components/schemas/CheckResult" List: type: array items: - $ref: '#/components/schemas/ImageQualityCheck' + $ref: "#/components/schemas/ImageQualityCheck" ImageQualityCheckType: type: integer - description: 'Image quality check type' + description: "Image quality check type" enum: - 0 - 1 @@ -41,23 +41,23 @@ components: - 6 - 7 x-enum-varnames: - - 'ImageGlares' - - 'ImageFocus' - - 'ImageResolution' - - 'ImageColorness' - - 'Perspective' - - 'Bounds' - - 'ScreenCapture' - - 'Portrait' + - "ImageGlares" + - "ImageFocus" + - "ImageResolution" + - "ImageColorness" + - "Perspective" + - "Bounds" + - "ScreenCapture" + - "Portrait" x-enum-descriptions: - - 'Signals glare presence on the image' - - 'Signals whether image is in focus' - - 'Signals if image resolution is below threshold' - - 'Signals if image is colorless' - - 'Signals if document in the image has prespective distortion above threshold' - - 'Signals if document is not fully present in the image' - - 'Signals if an image is captured from screen' - - 'Signals if the portrait is present' + - "Signals glare presence on the image" + - "Signals whether image is in focus" + - "Signals if image resolution is below threshold" + - "Signals if image is colorless" + - "Signals if document in the image has prespective distortion above threshold" + - "Signals if document is not fully present in the image" + - "Signals if an image is captured from screen" + - "Signals if the portrait is present" AreaArray: type: object @@ -65,11 +65,11 @@ components: List: type: array items: - $ref: './common.yml#/components/schemas/RectangleCoordinates' + $ref: "./common.yml#/components/schemas/RectangleCoordinates" Points: type: array items: - $ref: '#/components/schemas/PointArray' + $ref: "#/components/schemas/PointArray" PointArray: type: object @@ -77,19 +77,19 @@ components: PointsList: type: array items: - $ref: './common.yml#/components/schemas/Point' + $ref: "./common.yml#/components/schemas/Point" ImageQualityCheck: type: object properties: type: - $ref: '#/components/schemas/ImageQualityCheckType' + $ref: "#/components/schemas/ImageQualityCheckType" result: - $ref: './common.yml#/components/schemas/CheckResult' + $ref: "./common.yml#/components/schemas/CheckResult" featureType: - $ref: './e-security-feature-type.yml#/components/schemas/SecurityFeatureType' + $ref: "./e-security-feature-type.yml#/components/schemas/SecurityFeatureType" areas: - $ref: '#/components/schemas/AreaArray' + $ref: "#/components/schemas/AreaArray" mean: type: number format: float diff --git a/rt-images.yml b/rt-images.yml index ed1a8bc..ec74b62 100644 --- a/rt-images.yml +++ b/rt-images.yml @@ -10,8 +10,8 @@ components: - Images properties: Images: - $ref: '#/components/schemas/Images' - - $ref: './rt.yml#/components/schemas/ResultItem' + $ref: "#/components/schemas/Images" + - $ref: "./rt.yml#/components/schemas/ResultItem" Images: @@ -23,11 +23,11 @@ components: availableSourceList: type: array items: - $ref: '#/components/schemas/ImagesAvailableSource' + $ref: "#/components/schemas/ImagesAvailableSource" fieldList: type: array items: - $ref: '#/components/schemas/ImagesField' + $ref: "#/components/schemas/ImagesField" ImagesAvailableSource: type: object @@ -36,9 +36,9 @@ components: - sourceName properties: containerType: - $ref: './rt.yml#/components/schemas/ContainerType' + $ref: "./rt.yml#/components/schemas/ContainerType" source: - $ref: './common.yml#/components/schemas/Source' + $ref: "./common.yml#/components/schemas/Source" ImagesField: type: object @@ -66,18 +66,21 @@ components: - value properties: source: - $ref: './common.yml#/components/schemas/Source' + $ref: "./common.yml#/components/schemas/Source" value: - $ref: './common.yml#/components/schemas/ImageBase64' + $ref: "./common.yml#/components/schemas/ImageBase64" originalValue: description: "Only for images from RFID. Image as was originally stored in the RFID chip." - $ref: './common.yml#/components/schemas/ImageBase64' + $ref: "./common.yml#/components/schemas/ImageBase64" + originalPageIndex: + description: "Original page index" + type: integer pageIndex: - $ref: './common.yml#/components/schemas/PageIndex' + $ref: "./common.yml#/components/schemas/PageIndex" lightIndex: - $ref: './common.yml#/components/schemas/Light' + $ref: "./common.yml#/components/schemas/Light" containerType: - $ref: './rt.yml#/components/schemas/ContainerType' + $ref: "./rt.yml#/components/schemas/ContainerType" fieldRect: description: "Only for images from VISUAL. Coordinates of the image in the normalized image of the document." $ref: "./common.yml#/components/schemas/RectangleCoordinates" diff --git a/rt-license.yml b/rt-license.yml index 34a18c6..fdfe20a 100644 --- a/rt-license.yml +++ b/rt-license.yml @@ -12,4 +12,4 @@ components: properties: License: $ref: "./common.yml#/components/schemas/License" - - $ref: './rt.yml#/components/schemas/ResultItem' + - $ref: "./rt.yml#/components/schemas/ResultItem" diff --git a/rt-ocr-lexical-analisis.yml b/rt-ocr-lexical-analisis.yml index b61dcb0..f5c0f35 100644 --- a/rt-ocr-lexical-analisis.yml +++ b/rt-ocr-lexical-analisis.yml @@ -13,8 +13,8 @@ components: - type: object properties: ListVerifiedFields: - $ref: '#/components/schemas/ListVerifiedFields' - - $ref: './rt.yml#/components/schemas/ResultItem' + $ref: "#/components/schemas/ListVerifiedFields" + - $ref: "./rt.yml#/components/schemas/ResultItem" ListVerifiedFields: @@ -23,7 +23,7 @@ components: pFieldMaps: type: array items: - $ref: '#/components/schemas/VerifiedFieldMap' + $ref: "#/components/schemas/VerifiedFieldMap" VerifiedFieldMap: type: object @@ -45,7 +45,7 @@ components: description: "Field data extracted from rfid chip" type: string Matrix: - $ref: '#/components/schemas/ComparisonMatrix' + $ref: "#/components/schemas/ComparisonMatrix" example: {FieldType: 185, Field_MRZ: "37", Field_Visual: "37", Matrix: [1,0,0,0,0,3,0,0,0,0]} @@ -70,7 +70,7 @@ components: - 8 - the result of comparing the data of the text areas of the document and barcodes; - 9 - the result of comparing the data of the RFID chip and barcodes." items: - $ref: '#/components/schemas/VerificationResult' + $ref: "#/components/schemas/VerificationResult" example: [1,0,0,0,0,3,0,0,0,0] VerificationResult: @@ -82,14 +82,14 @@ components: - 3 - 4 x-enum-descriptions: - - 'Comparison result unknown' - - 'Verification passed' - - 'Verification failed' - - 'Positive comparison result' - - 'Negative comparison result' + - "Comparison result unknown" + - "Verification passed" + - "Verification failed" + - "Positive comparison result" + - "Negative comparison result" x-enum-varnames: - - 'DISABLED' - - 'VERIFIED' - - 'NOT_VERIFIED' - - 'COMPARE_MATCH' - - 'COMPARE_NOT_MATCH' + - "DISABLED" + - "VERIFIED" + - "NOT_VERIFIED" + - "COMPARE_MATCH" + - "COMPARE_NOT_MATCH" diff --git a/rt-raw-image.yml b/rt-raw-image.yml index 7016211..9812450 100644 --- a/rt-raw-image.yml +++ b/rt-raw-image.yml @@ -14,4 +14,4 @@ components: properties: RawImageContainer: $ref: "./common.yml#/components/schemas/ImageData" - - $ref: './rt.yml#/components/schemas/ResultItem' + - $ref: "./rt.yml#/components/schemas/ResultItem" diff --git a/rt-status.yml b/rt-status.yml index 7922e1d..f394618 100644 --- a/rt-status.yml +++ b/rt-status.yml @@ -10,8 +10,8 @@ components: - Status properties: Status: - $ref: '#/components/schemas/Status' - - $ref: './rt.yml#/components/schemas/ResultItem' + $ref: "#/components/schemas/Status" + - $ref: "./rt.yml#/components/schemas/ResultItem" # $ref with description doesnt work right now, waiting for OAS 3.1 (comming soon) @@ -78,7 +78,7 @@ components: description: "Number of processed pages in the document" type: integer security: - description: "Status of document MRZ" + description: "Authenticity verification status" $ref: "./common.yml#/components/schemas/CheckResult" text: description: "Status of text fields analysis" diff --git a/rt-text-data.yml b/rt-text-data.yml index f40eb63..f7f1d67 100644 --- a/rt-text-data.yml +++ b/rt-text-data.yml @@ -11,7 +11,7 @@ components: properties: DocVisualExtendedInfo: $ref: "#/components/schemas/DocVisualExtendedInfo" - - $ref: './rt.yml#/components/schemas/ResultItem' + - $ref: "./rt.yml#/components/schemas/ResultItem" DocVisualExtendedInfo: type: object diff --git a/rt-text.yml b/rt-text.yml index 1d74f61..fdbaf63 100644 --- a/rt-text.yml +++ b/rt-text.yml @@ -10,8 +10,8 @@ components: - Text properties: Text: - $ref: '#/components/schemas/Text' - - $ref: './rt.yml#/components/schemas/ResultItem' + $ref: "#/components/schemas/Text" + - $ref: "./rt.yml#/components/schemas/ResultItem" Text: type: object @@ -176,4 +176,4 @@ components: description: "Overall status of validity from all fields for given source" $ref: "./common.yml#/components/schemas/CheckResult" containerType: - $ref: './rt.yml#/components/schemas/ContainerType' + $ref: "./rt.yml#/components/schemas/ContainerType" diff --git a/rt.yml b/rt.yml index 76a0052..9531703 100644 --- a/rt.yml +++ b/rt.yml @@ -32,51 +32,47 @@ components: - 50 - 49 x-enum-descriptions: - - 'Contains cropped and rotated with perspective compensation image of document. - Single input image can contain multiple document side/pages, which will be returned as separated results. - Most of coordinates in other types defined on that image' - - 'Contains image quality check results' - - 'Contains check statuses with details, grouped by source' - - 'Contains document textual fields from all sources (mrz, rfid, visual, barcode) with validity and cross-source compare checks' - - 'Contains images from all document sources (mrz, rfid, visual, barcode)' - - 'Contains MRZ OCR results' - - 'Contains Visual zone OCR results' - - 'Contains barcode parsing result with text fields' - - 'Contains RFID parsing result with text fields' - - "Contains lexical data analysis results that allow you to compare MRZ OCR results, - Visual zone OCR results, barcodes and RFID chip data for an additional - assessment of the authenticity of the document (this is an old format, better use TEXT type)" - - 'Contains cropped graphic fields from Visual zone' - - 'Contains barcode parsing result with graphic fields' - - 'Contains RFID parsing result with graphic fields' - - 'Contains list of document type candidates with their probabilities and descriptions' - - 'Contains description of determined document type, if any' - - 'Contains result of document authenticity checks' - - 'Contains information about document position on the input image, its center, angle, etc' - - 'Contains raw information about barcodes on the input image' - - 'Contains license' - - 'Contains encrypted ResultContainerList' + - "Contains cropped and rotated with perspective compensation image of document. Single input image can contain multiple document side/pages, which will be returned as separated results. Most of coordinates in other types defined on that image" + - "Contains image quality check results" + - "Contains check statuses with details, grouped by source" + - "Contains document textual fields from all sources (mrz, rfid, visual, barcode) with validity and cross-source compare checks" + - "Contains images from all document sources (mrz, rfid, visual, barcode)" + - "Contains MRZ OCR results" + - "Contains Visual zone OCR results" + - "Contains barcode parsing result with text fields" + - "Contains RFID parsing result with text fields" + - "Contains lexical data analysis results that allow you to compare MRZ OCR results, Visual zone OCR results, barcodes and RFID chip data for an additional assessment of the authenticity of the document (this is an old format, better use TEXT type)" + - "Contains cropped graphic fields from Visual zone" + - "Contains barcode parsing result with graphic fields" + - "Contains RFID parsing result with graphic fields" + - "Contains list of document type candidates with their probabilities and descriptions" + - "Contains description of determined document type, if any" + - "Contains result of document authenticity checks" + - "Contains information about document position on the input image, its center, angle, etc" + - "Contains raw information about barcodes on the input image" + - "Contains license" + - "Contains encrypted ResultContainerList" x-enum-varnames: - - DOCUMENT_IMAGE - - IMAGE_QUALITY - - STATUS - - TEXT - - IMAGES - - MRZ_TEXT - - VISUAL_TEXT - - BARCODE_TEXT - - RFID_TEXT - - LEXICAL_ANALYSIS - - VISUAL_GRAPHICS - - BARCODE_GRAPHICS - - RFID_GRAPHICS - - DOCUMENT_TYPE_CANDIDATES - - DOCUMENT_TYPE - - AUTHENTICITY - - DOCUMENT_POSITION - - BARCODES - - LICENSE - - ENCRYPTED_RCL + - "DOCUMENT_IMAGE" + - "IMAGE_QUALITY" + - "STATUS" + - "TEXT" + - "IMAGES" + - "MRZ_TEXT" + - "VISUAL_TEXT" + - "BARCODE_TEXT" + - "RFID_TEXT" + - "LEXICAL_ANALYSIS" + - "VISUAL_GRAPHICS" + - "BARCODE_GRAPHICS" + - "RFID_GRAPHICS" + - "DOCUMENT_TYPE_CANDIDATES" + - "DOCUMENT_TYPE" + - "AUTHENTICITY" + - "DOCUMENT_POSITION" + - "BARCODES" + - "LICENSE" + - "ENCRYPTED_RCL" ResultItem: