v0.13.0
Pre-release
Pre-release
Access
- REMOVED
custom
: Custom access policies may be specified simply by adding a String property to the Access object, e.g."permission": "speaker only"
or"online": false
, etc.
Location
- CHANGED: The Location schema no longer needs to be an instance of a GeoJSON object. Instead, a new optional
geoJSON
attribute has been added, where geospatial coordinates can be specified if desired. - NEW
geoJSON
: (optional) A property where geospatial data about this Location can be provided.
Morpheme
- REMOVED
form
: This attribute has been replaced withtranscription
. - NEW
transcription
: The transcription of this morpheme, as a MultiLangString.
Phoneme
- REMOVED
IPA
: This attribute has been replaced withipa
. - NEW
ipa
: An IPA representation of the phoneme. - CHANGED
rounding
: Previously this was an empty schema. Now this is a String property which must be one ofcompressed
,protruded
,rounded
, orunrounded
.