From 99be64d6756d0cc03ce4967164901812a6ac83e5 Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Wed, 23 Jul 2025 11:49:11 +0300 Subject: [PATCH 1/2] 41669 - fix fieldType type --- rt-doc-type-old.yml | 3 +-- rt-images.yml | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/rt-doc-type-old.yml b/rt-doc-type-old.yml index f71dbc6a..6a7ddbc8 100644 --- a/rt-doc-type-old.yml +++ b/rt-doc-type-old.yml @@ -78,8 +78,7 @@ components: Rotated180: description: "Indicates if the document of the given type is rotated by 180 degrees" type: integer - RFID_Presence: - description: # Indication of the presence of an RFID chip in the document (electronic document indicator) + RFID_Presence: # Indication of the presence of an RFID chip in the document (electronic document indicator) $ref: "./common.yml#/components/schemas/RfidLocation" FDSIDList: $ref: "#/components/schemas/FDSIDList" diff --git a/rt-images.yml b/rt-images.yml index 8b8eb78f..b6a324fd 100644 --- a/rt-images.yml +++ b/rt-images.yml @@ -55,7 +55,8 @@ components: fieldName: $ref: "./e-graphic-field-type.yml#/components/schemas/GraphicFieldName" fieldType: - $ref: "./e-graphic-field-type.yml#/components/schemas/GraphicFieldType" + description: "The value can be from GraphicFieldType or TextFieldType enum." + type: integer valueList: type: array items: @@ -90,6 +91,5 @@ components: $ref: "./rt.yml#/components/schemas/ContainerType" fieldRect: # Only for images from VISUAL. Coordinates of the image in the normalized image of the document. $ref: "./common.yml#/components/schemas/RectangleCoordinates" - rfidOrigin: - description: # Only for images from RFID. Image location in RFID chip. + rfidOrigin: # Only for images from RFID. Image location in RFID chip. $ref: "./common.yml#/components/schemas/RfidOrigin" From 8a123da98b565b97b58f3398bc3c66953f7b5e2f Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Wed, 23 Jul 2025 15:33:20 +0300 Subject: [PATCH 2/2] 41669 - update description --- rt-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt-images.yml b/rt-images.yml index b6a324fd..f459142f 100644 --- a/rt-images.yml +++ b/rt-images.yml @@ -55,7 +55,7 @@ components: fieldName: $ref: "./e-graphic-field-type.yml#/components/schemas/GraphicFieldName" fieldType: - description: "The value can be from GraphicFieldType or TextFieldType enum." + description: "Values from GraphicFieldType enum." type: integer valueList: type: array