Skip to content

Commit

Permalink
Add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Nov 25, 2024
1 parent 8206fb0 commit 6c8297d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ paths:
schema:
type: object
description: A map of properties.
example:
indy:
libIndyPath: "/lib"
poolConfigs: "..."
"/methods":
get:
summary: Return a list of supported DID methods
Expand Down Expand Up @@ -192,6 +196,13 @@ paths:
schema:
type: object
description: A map of DID traits.
example:
indy:
updatable: true
deactivatable: true
enumerable: true
historyAvailable: true
humanReadable: false
components:
schemas:
ResolutionResult:
Expand Down

0 comments on commit 6c8297d

Please sign in to comment.