Skip to content

Commit

Permalink
feat: Add DID traits to OpenAPI definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Nov 25, 2024
1 parent a31f733 commit 8206fb0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,22 @@ paths:
- did:btcr:xkrn-xz7q-qsye-28p
indy:
- did:indy:sovrin:WRfXPg8dantKVubE3HX8pw
"/traits":
get:
summary: Return a map of DID traits
description: <p>This endpoint returns a map of the DID traits of
the DID methods supported by the DID Resolver.</p>
operationId: universalResolverGetTraits
tags:
- Universal Resolver
responses:
"200":
description: Success.
content:
application/did+json:
schema:
type: object
description: A map of DID traits.
components:
schemas:
ResolutionResult:
Expand Down

0 comments on commit 8206fb0

Please sign in to comment.