A place to hold all existing JSONSchemas for VC.
It contains:
example
directory: exemplary VC for each assertion typepackages/schema
directory: JSONSchema for each assertion typepackages/validator
directory: Utility to validate schemas from a VC string.
- Locate the schema you want to update on
packages/schema
. You can tell it from the VC'scredentialSchema.id
value. - Follow the versioning described in
packages/schema
's README to name the new version. - The README describes how to generate the schemas from its model too.
- Update the CHANGELOG.
- Publish the pull request.