schema v0.7.4 Release Notes
Release Date: 2021-02-01 // about 4 years ago-
๐ Fixes
๐ Don't double-format errors. fixes #240 (#247) [Leif Ryge]
๐ Fix "Unknown format code" in Python 3.8 (#245) [Denis Blanchette]
JSON Schema: Allow using $ref when schema is not a dict (#244) [Denis Blanchette]
JSON Schema: Set additionalProperties true when dict contains str as key (#243) [Denis Blanchette]
Previous changes from v0.7.3
-
v0.7.3 (2020-07-31)
๐ Fixes
๐ JSON Schema: Support schemas where the root is not a dict. [Stavros Korokithakis]
Do not drop previous errors within an Or criterion. [Stavros Korokithakis]