Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions rt-doc-type-old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions rt-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "Values from GraphicFieldType enum."
type: integer
valueList:
type: array
items:
Expand Down Expand Up @@ -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"