-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This removes the special case for filtering out .notes, which was never specified in the v0.1 schema, but was considered "valid" as a compromise with the existing data. In v0.2, most of the uses for .notes are covered in new properties that *are* specified as part of the schema: see opws/opws-schemata#1. To validate documents that would have been previously considered valid under this exemption, strict schema adherence must be disabled with the `--loose` option. (Note that this will ignore any *other* properties that are not defined by the schema as well.) This closes issue #2.
- Loading branch information
Showing
2 changed files
with
6 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters