Skip to content

Commit e0bcc27

Browse files
Update DeviceInfo
1 parent 2f6db89 commit e0bcc27

1 file changed

Lines changed: 40 additions & 1 deletion

File tree

p-ping.yml

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,58 @@ components:
2424
type: object
2525
properties:
2626
app-name:
27+
description: Application name.
2728
type: string
2829
version:
30+
description: Product version.
2931
type: string
3032
license-id:
33+
description: Unique license identifier.
3134
type: string
3235
license-serial:
36+
description: License serial number.
37+
type: string
38+
license-type:
3339
type: string
3440
valid-until:
41+
description: License validity date.
3542
type: string
3643
format: date-time
3744
server-time:
3845
type: string
39-
format: date-time
46+
supported-scenarios:
47+
description: List of supported scenarios.
48+
type: array
49+
items:
50+
type: string
51+
metadata:
52+
type: object
53+
additionalProperties: true
54+
documents-database:
55+
description: Database information.
56+
type: object
57+
required:
58+
- id
59+
- version
60+
- export-date
61+
- description
62+
properties:
63+
id:
64+
description: Database identifier.
65+
type: string
66+
nullable: true
67+
version:
68+
description: Database version.
69+
type: string
70+
nullable: true
71+
export-date:
72+
description: Date of database creation.
73+
type: string
74+
nullable: true
75+
description:
76+
description: Description of the database contents, such as the list of supported countries and documents.
77+
type: string
78+
nullable: true
4079
example:
4180
app-name: "Regula Process Manager Service"
4281
version: "5.3.104980.123"

0 commit comments

Comments
 (0)