Skip to content

Commit 0c0f0c8

Browse files
author
rchxx
committed
add descriptions
1 parent c7ecfb3 commit 0c0f0c8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

p-healthcheck.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,47 +33,60 @@ paths:
3333
components:
3434
schemas:
3535
DeviceInfo:
36+
description: TBD
3637
type: object
3738
required: [app, licenseId, licenseType, licenseSerial, licenseValidUntil, scenarios, version]
3839
properties:
3940
app:
41+
description: (Should be approved) Application name
4042
type: string
4143
licenseId:
44+
description: (Should be approved) Unique license identifier
4245
type: string
4346
nullable: true
4447
licenseType:
48+
description: (Should be approved) License type
4549
type: string
4650
nullable: true
4751
licenseSerial:
52+
description: (Should be approved) License serial number
4853
type: string
4954
nullable: true
5055
licenseValidUntil:
56+
description: (Should be approved) License validity date
5157
type: string
5258
format: date-time
5359
nullable: true
5460
scenarios:
61+
description: (Should be approved) List of supported scenarios
5562
type: array
5663
nullable: true
5764
items:
5865
type: string
5966
version:
67+
description: (Should be approved) Product version
6068
type: string
6169
nullable: true
6270
documentsDatabase:
71+
description: TBD
6372
type: object
6473
required: [id, version, exportDate, description]
6574
properties:
6675
id:
76+
description: (Should be approved) The database identifier
6777
type: string
6878
nullable: true
6979
version:
80+
description: (Should be approved) The database version
7081
type: string
7182
nullable: true
7283
exportDate:
84+
description: (Should be approved) The date of database creation
7385
type: string
7486
format: date
7587
nullable: true
7688
description:
89+
description: (Should be approved) The information what database includes, like the list of supported countries and documents
7790
type: string
7891
nullable: true
7992
example:

0 commit comments

Comments
 (0)