Skip to content

v2.2

Compare
Choose a tag to compare
@helrond helrond released this 27 Jun 19:14
· 96 commits to base since this release
20684ef

What's Changed

Uses rac_schema-validator library and replaces rac_schemas package with git submodule, allowing for easy overriding of specific schemas. Introduces six config values:

  • SCHEMAS_BASE_DIR: The base path at which schemas are stored. If this path is relative it will be prefixed with the application's base directory (string)
  • BASE_SCHEMA: Filename for optional base schema into which other schemas for transformed objects will be resolved (string)
  • AGENT_SCHEMA: Filename for schema against which transformed agents are validated (string)
  • COLLECTION_SCHEMA: Filename for schema against which transformed collections are validated (string)
  • OBJECT_SCHEMA: Filename for schema against which transformed objects are validated (string)
  • TERM_SCHEMA: Filename for schema against which transformed terms are validated (string)

Full Changelog: v2.1...v2.2