From 6c8297d5b4a5ef88fb245c7627c036ac5f476f82 Mon Sep 17 00:00:00 2001 From: Markus Sabadello Date: Mon, 25 Nov 2024 14:36:44 +0100 Subject: [PATCH] Add examples --- openapi/openapi.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index d037fcbd6..86f88e9f6 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -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 @@ -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: