Skip to content

Commit

Permalink
Add controller to DID document schema
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Apr 10, 2024
1 parent 693436d commit 118bd49
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,18 @@ components:
id:
$ref: "#/components/schemas/String"
example: did:indy:sovrin:WRfXPg8dantKVubE3HX8pw
controller:
$ref: "#/components/schemas/DidDocumentController"
example: ['did:indy:sovrin:WRfXPg8dantKVubE3HX8pw']
verificationMethod:
$ref: "#/components/schemas/DidDocumentVerificationMethod"
service:
$ref: "#/components/schemas/DidDocumentService"
additionalProperties: { }
DidDocumentController:
type: array
items:
type: string
DidDocumentVerificationMethod:
type: array
items:
Expand Down

0 comments on commit 118bd49

Please sign in to comment.