There was an error while loading. Please reload this page.
1 parent 7bfe34a commit 991182eCopy full SHA for 991182e
1 file changed
openapi/openapi.yaml
@@ -395,7 +395,10 @@ components:
395
jobId:
396
description: This input field is used to keep track of an ongoing DID operation
397
process. See <a href="https://identity.foundation/did-registration/#jobid">https://identity.foundation/did-registration/#jobid</a>.
398
- type: string
+ oneOf:
399
+ - type: null
400
+ - type: string
401
+ - type: object
402
example: 6d85bcd0-2ea3-4288-ab00-15afadd8a156
403
options:
404
$ref: "#/components/schemas/RequestOptions"
@@ -651,7 +654,10 @@ components:
651
654
- didState
652
655
properties:
653
656
657
658
659
660
661
662
didState:
663
$ref: "#/components/schemas/DidState"
0 commit comments