File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,3 +50,5 @@ components:
5050 type : array
5151 items :
5252 type : integer
53+ ErrorCode :
54+ type : integer
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments