Skip to content

Commit ae70d57

Browse files
SP-18211 - Update authenticity schemas
1 parent c39c315 commit ae70d57

5 files changed

Lines changed: 11 additions & 3 deletions

File tree

authenticity/rt-fiber.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ components:
5050
type: array
5151
items:
5252
type: integer
53+
ErrorCode:
54+
type: integer

authenticity/rt-ident.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ components:
2222
$ref: "../common.yml#/components/schemas/ImageData"
2323
AreaList:
2424
$ref: "../rt-authenticity.yml#/components/schemas/AreaContainer"
25+
ElementID:
26+
type: integer
27+
Result:
28+
type: integer

authenticity/rt-ocr-security-text.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ components:
3333
type: string
3434
EtalonResultOCR:
3535
type: string
36+
ResultCode:
37+
type: integer
3638
Reserved1:
3739
type: integer
3840
Reserved2:

authenticity/rt-photo-ident.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ components:
2828
type: integer
2929
Angle:
3030
type: integer
31-
Reserved1:
32-
type: integer
33-
Reserved2:
31+
Result:
3432
type: integer
3533
Reserved3:
3634
type: integer

authenticity/rt-security-feature.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ components:
2020
$ref: "./e-critical.yml#/components/schemas/Critical"
2121
AreaList:
2222
$ref: "../rt-authenticity.yml#/components/schemas/AreaContainer"
23+
Result:
24+
type: integer
2325
Reserved2:
2426
type: integer

0 commit comments

Comments
 (0)