Skip to content

Commit c7ecfb3

Browse files
author
rchxx
committed
add nullable property
1 parent e749747 commit c7ecfb3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

p-healthcheck.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,32 +40,42 @@ components:
4040
type: string
4141
licenseId:
4242
type: string
43+
nullable: true
4344
licenseType:
4445
type: string
46+
nullable: true
4547
licenseSerial:
4648
type: string
49+
nullable: true
4750
licenseValidUntil:
4851
type: string
4952
format: date-time
53+
nullable: true
5054
scenarios:
5155
type: array
56+
nullable: true
5257
items:
5358
type: string
5459
version:
5560
type: string
61+
nullable: true
5662
documentsDatabase:
5763
type: object
5864
required: [id, version, exportDate, description]
5965
properties:
6066
id:
6167
type: string
68+
nullable: true
6269
version:
6370
type: string
71+
nullable: true
6472
exportDate:
6573
type: string
6674
format: date
75+
nullable: true
6776
description:
6877
type: string
78+
nullable: true
6979
example:
7080
app: "Regula Document Reader Web API"
7181
licenseId: "4D43A2AF-E321-496C-9A4E-5A8F3D26DF0E"

0 commit comments

Comments
 (0)