decentralized-identity / veramo

A JavaScript Framework for Verifiable Data
https://veramo.io
Apache License 2.0
445 stars 133 forks source link

fix(credential-status): plugin class missing OpenAPI schema #1427

Closed 0x62 closed 4 weeks ago

0x62 commented 1 month ago

What issue is this PR fixing

credential-status plugin is missing a schema definition, causing it to crash the OpenAPI schema generator in @veramo/remote-client, so fails with remote agents.

What is being changed

Added schema

Quality

Check all that apply:

codecov-commenter commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.72%. Comparing base (2f0b06d) to head (b4935d0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #1427 +/- ## ======================================= Coverage 89.72% 89.72% ======================================= Files 177 177 Lines 26818 26820 +2 Branches 2220 2220 ======================================= + Hits 24062 24064 +2 Misses 2756 2756 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.