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..f459142f 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: "Values from GraphicFieldType 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"