TAAS-103:

This commit is contained in:
yhampe 2023-11-07 08:39:15 +01:00
parent 1b1f777706
commit 459e0c8be7

View File

@ -29,6 +29,7 @@ public class DocumentStructure {
@Schema(description = "Object containing the extra field names, a table has in its properties field.")
public static class TableProperties {
public static final String PAGE ="page";
public static final String NUMBER_OF_ROWS = "numberOfRows";
public static final String NUMBER_OF_COLS = "numberOfCols";