Skip to content

Add package for schema based validation

Michał Kudela requested to merge mk-wallet-bridge-api-schemas into develop
  • Package allows testers to easily write schemas
  • The response (json) coming from the API are validated with the schemas
  • It is based on the popular jsonschema package
  • Added tests to the CI
Edited by Michał Kudela

Merge request reports