Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

5.3.0

Compare
Choose a tag to compare
@cmoesel cmoesel released this 11 May 16:41
· 30 commits to master since this release
273ffd0

Version 5.3.0 removes namespaces from the element properties in the JSON Schema in order to simplify the schema. This means that properties that formally would have been named something like shr.foo.Bar are now simply named Bar.

This also changes the schema for references by adding _ prefixes to the reference properties. E.g.,

  • ShrId => _ShrId
  • EntryId => _EntryId
  • EntryType => _EntryType