Skip to content

Commit 6363a18

Browse files
Add liveness type response
1 parent b865985 commit 6363a18

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

liveness.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,15 @@ components:
6666
type: object
6767
additionalProperties: true
6868
description: "A free-form object containing person's extended attributes."
69+
type:
70+
$ref: "#/components/schemas/LivenessTypeEnum"
71+
72+
LivenessTypeEnum:
73+
type: integer
74+
default: 0
75+
enum:
76+
- 0
77+
- 1
78+
x-enum-varnames:
79+
- PASSIVE
80+
- ACTIVE

0 commit comments

Comments
 (0)