File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments