Skip to content

Commit 65f075d

Browse files
Fix type conflicts related to totp endpoints
1 parent 4e0cc47 commit 65f075d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

api_spec.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ paths:
152152
type: array
153153
items:
154154
type: object
155+
required:
156+
- name
157+
- period
158+
- skew
159+
- verified
155160
properties:
156161
name:
157162
type: string
@@ -339,9 +344,13 @@ paths:
339344
schema:
340345
oneOf:
341346
- type: object
347+
required:
348+
- wasAlreadyVerified
342349
properties:
343350
status:
344351
$ref: '#/components/schemas/statusOK'
352+
wasAlreadyVerified:
353+
type: boolean
345354
- type: object
346355
properties:
347356
status:

0 commit comments

Comments
 (0)