We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0cc47 commit 65f075dCopy full SHA for 65f075d
api_spec.yaml
@@ -152,6 +152,11 @@ paths:
152
type: array
153
items:
154
type: object
155
+ required:
156
+ - name
157
+ - period
158
+ - skew
159
+ - verified
160
properties:
161
name:
162
type: string
@@ -339,9 +344,13 @@ paths:
339
344
schema:
340
345
oneOf:
341
346
- type: object
347
348
+ - wasAlreadyVerified
342
349
343
350
status:
351
$ref: '#/components/schemas/statusOK'
352
+ wasAlreadyVerified:
353
+ type: boolean
354
355
356
0 commit comments