This repository has been archived by the owner on Oct 17, 2019. It is now read-only.
5.3.0
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