Skip to content

Commit e749747

Browse files
author
rchxx
committed
update DeviceInfo model
1 parent 80522df commit e749747

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

p-healthcheck.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ components:
3434
schemas:
3535
DeviceInfo:
3636
type: object
37+
required: [app, licenseId, licenseType, licenseSerial, licenseValidUntil, scenarios, version]
3738
properties:
3839
app:
3940
type: string
@@ -52,6 +53,19 @@ components:
5253
type: string
5354
version:
5455
type: string
56+
documentsDatabase:
57+
type: object
58+
required: [id, version, exportDate, description]
59+
properties:
60+
id:
61+
type: string
62+
version:
63+
type: string
64+
exportDate:
65+
type: string
66+
format: date
67+
description:
68+
type: string
5569
example:
5670
app: "Regula Document Reader Web API"
5771
licenseId: "4D43A2AF-E321-496C-9A4E-5A8F3D26DF0E"
@@ -60,3 +74,8 @@ components:
6074
licenseValidUntil: "9999-12-31T23:59:59Z"
6175
scenarios: ["Mrz", "Barcode", "Locate"]
6276
version: "7.5.297907.1721"
77+
documentsDatabase:
78+
id: "FullAuth"
79+
version: "800111"
80+
exportDate: "2024-11-11"
81+
description: "FullAuth: All documents"

0 commit comments

Comments
 (0)