Skip to content

Releases: Sphereon-Opensource/pex-openapi

Format did not include `jwt_vp_json`

29 Feb 21:29
Compare
Choose a tag to compare
  • Fix
    • Format did not include jwt_vp_json

support for Verifiable Credential Data Integrity 1.0

02 Feb 09:57
Compare
Choose a tag to compare
  • Feature
    • Add support for Verifiable Credential Data Integrity 1.0

`path` is now required

14 Jan 00:24
Compare
Choose a tag to compare
  • Fix
    • path is now required in a Field according to the v1 and v2 spec

const and enum keywords now properly available in models

30 Apr 17:54
Compare
Choose a tag to compare
  • Fix
    • _const and _enum are now correctly exposed in the typescript models/interfaces as const and enum. This is
      a breaking change. Simply remove all underscore prefixes
    • Removed some siblings for refs causing some warnings/errors