diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index d06836055..d037fcbd6 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -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:
This endpoint returns a map of the DID traits of + the DID methods supported by the DID Resolver.
+ 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: