Skip to content

Commit 01e68ed

Browse files
authored
Merge pull request #113 from regulaforensics/9396-fix
Fixed description ImageData
2 parents 280936a + e6f47bf commit 01e68ed

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ components:
392392
$ref: "#/components/schemas/FaceSDKResultCode"
393393

394394
ImageData:
395-
description: "Thumbnail: Base64-encoded image."
395+
description: "Base64-encoded image."
396396
type: string
397397
format: byte
398398

detect.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ components:
180180
example: 0.42036411166191101
181181
roi:
182182
$ref: "./common.yml#/components/schemas/FaceRectangular"
183-
thumbnail:
184-
$ref: "./common.yml#/components/schemas/Thumbnail"
185183

186184
FaceAttribute:
187185
description: "Face attributes for evaluation."

matching.yml

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ components:
163163
type: number
164164
roi:
165165
$ref: "./common.yml#/components/schemas/FaceRectangular"
166-
thumbnail:
167-
$ref: "./common.yml#/components/schemas/Thumbnail"
168166
crop:
169167
type: string
170168
format: byte

0 commit comments

Comments
 (0)