Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 651 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 651 Bytes

schemas

To make any changes to the JSON schema for Brace data exchange:

  1. Change the file in src/json/brace-data-exchange.schema.json.
    • First, increment the version number.
    • Make your changes.
  2. Copy the changed file to the latest directory (replace the existing file there).
  3. Create a new directory with the new version number and copy the changed file into that dir.

##IMPORTANT: Also update the copy of the schema in the borrower-api-vertx project, in the /src/main/resources/json-schemas directory (replace the existing file there).