Bug severity
2
Describe the bug
When certain plugins are included in the agent (or, more accurately, certain methods exposed), the getOpenAPISchema function throws an error
To Reproduce
Steps to reproduce the behaviour:
- Create an Agent with any of the following plugins installed (CredentialLD, CredentialIssuerEIP712, CredentialIssuer, DIDComm, MediationManager, SelectiveDisclosure, DIDDiscovery)
- call getOpenAPISchema on the agent (with all methods exposed)
Observed behaviour
getOpenAPISchema throws an error
Expected behaviour
getOpenAPISchema returns correctly
Details
Likely due to missing description fields on functions
Versions (please complete the following information):
Bug severity
2
Describe the bug
When certain plugins are included in the agent (or, more accurately, certain methods exposed), the getOpenAPISchema function throws an error
To Reproduce
Steps to reproduce the behaviour:
Observed behaviour
getOpenAPISchema throws an error
Expected behaviour
getOpenAPISchema returns correctly
Details
Likely due to missing
descriptionfields on functionsVersions (please complete the following information):