Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix syntax error in meta-schema validation example snippet
The previous snippet resulted in the error: ``` invalid character '$' looking for beginning of object key string ``` Rather than the intended error: ``` multipleOf: Invalid type. Expected: number, given: boolean ```
- Loading branch information