You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
description
fields on functionsVersions (please complete the following information):
The text was updated successfully, but these errors were encountered: