Skip to content

Commit 99be64d

Browse files
41669 - fix fieldType type
1 parent f3c3252 commit 99be64d

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

rt-doc-type-old.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ components:
7878
Rotated180:
7979
description: "Indicates if the document of the given type is rotated by 180 degrees"
8080
type: integer
81-
RFID_Presence:
82-
description: # Indication of the presence of an RFID chip in the document (electronic document indicator)
81+
RFID_Presence: # Indication of the presence of an RFID chip in the document (electronic document indicator)
8382
$ref: "./common.yml#/components/schemas/RfidLocation"
8483
FDSIDList:
8584
$ref: "#/components/schemas/FDSIDList"

rt-images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ components:
5555
fieldName:
5656
$ref: "./e-graphic-field-type.yml#/components/schemas/GraphicFieldName"
5757
fieldType:
58-
$ref: "./e-graphic-field-type.yml#/components/schemas/GraphicFieldType"
58+
description: "The value can be from GraphicFieldType or TextFieldType enum."
59+
type: integer
5960
valueList:
6061
type: array
6162
items:
@@ -90,6 +91,5 @@ components:
9091
$ref: "./rt.yml#/components/schemas/ContainerType"
9192
fieldRect: # Only for images from VISUAL. Coordinates of the image in the normalized image of the document.
9293
$ref: "./common.yml#/components/schemas/RectangleCoordinates"
93-
rfidOrigin:
94-
description: # Only for images from RFID. Image location in RFID chip.
94+
rfidOrigin: # Only for images from RFID. Image location in RFID chip.
9595
$ref: "./common.yml#/components/schemas/RfidOrigin"

0 commit comments

Comments
 (0)