Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getOpenAPISchema fails when certain plugins are included #1379

Open
nickreynolds opened this issue Apr 30, 2024 · 0 comments · May be fixed by #1380
Open

getOpenAPISchema fails when certain plugins are included #1379

nickreynolds opened this issue Apr 30, 2024 · 0 comments · May be fixed by #1380
Labels
bug Something isn't working

Comments

@nickreynolds
Copy link
Contributor

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:

  1. Create an Agent with any of the following plugins installed (CredentialLD, CredentialIssuerEIP712, CredentialIssuer, DIDComm, MediationManager, SelectiveDisclosure, DIDDiscovery)
  2. 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):

  • Veramo: 6.0.0
@nickreynolds nickreynolds added the bug Something isn't working label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant