Skip to content

Commit 35a7a74

Browse files
author
rchxx
committed
add nullable property
1 parent b4bc387 commit 35a7a74

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

healthcheck.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,17 @@ components:
3939
type: string
4040
licenseId:
4141
type: string
42+
nullable: true
4243
licenseSerial:
4344
type: string
45+
nullable: true
4446
licenseValidUntil:
4547
type: string
4648
format: date-time
49+
nullable: true
4750
version:
4851
type: string
52+
nullable: true
4953
example:
5054
app: "Regula Face Recognition Web API"
5155
licenseId: "4D43A2AF-E321-496C-9A4E-5A8F3D26DF0E"

0 commit comments

Comments
 (0)