File tree 2 files changed +3
-0
lines changed
kotlin/org/jaqpot/api/mapper 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ fun FeatureTypeDto.toEntity(): FeatureType {
14
14
FeatureTypeDto .FLOAT_ARRAY -> FeatureType .FLOAT_ARRAY
15
15
FeatureTypeDto .STRING_ARRAY -> FeatureType .STRING_ARRAY
16
16
FeatureTypeDto .BOOLEAN -> FeatureType .BOOLEAN
17
+ FeatureTypeDto .IMAGE -> FeatureType .IMAGE
17
18
}
18
19
}
19
20
@@ -28,6 +29,7 @@ fun FeatureType.toDto(): FeatureTypeDto {
28
29
FeatureType .FLOAT_ARRAY -> FeatureTypeDto .FLOAT_ARRAY
29
30
FeatureType .STRING_ARRAY -> FeatureTypeDto .STRING_ARRAY
30
31
FeatureType .BOOLEAN -> FeatureTypeDto .BOOLEAN
32
+ FeatureType .IMAGE -> FeatureTypeDto .IMAGE
31
33
}
32
34
}
33
35
Original file line number Diff line number Diff line change @@ -2214,6 +2214,7 @@ components:
2214
2214
- BOOLEAN
2215
2215
- FLOAT_ARRAY
2216
2216
- STRING_ARRAY
2217
+ - IMAGE
2217
2218
example : FLOAT
2218
2219
DatasetType :
2219
2220
type : string
You can’t perform that action at this time.
0 commit comments