v1.3.1
This release fixes a bug that caused errors and invalid Thing Descriptions when any schemas in the API included fields with allow_none
set to True
. This is due to a difference between the W3C Thing Description spec and the JSON Schema language - the latter permits types to be list values, e.g. ["string", "none"]
while the former does not. This release handles that case properly, using the oneOf
mechanism.