Skip to content

make format validate by default #1553

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Nov 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update specs/jsonschema-validation.md
Co-authored-by: Jason Desrosiers <jdesrosi@gmail.com>
  • Loading branch information
gregsdennis and jdesrosiers authored Nov 13, 2024
commit 1b0e4bb38fb5ed86ec8df654059fe4da63a746f1
6 changes: 3 additions & 3 deletions specs/jsonschema-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,11 @@ syntactic checking; implementations SHOULD NOT attempt to send an email, connect
to a URL, or otherwise check the existence of an entity identified by a format
instance.

#### Custom format attributes
#### Custom format values

Implementations MAY support custom format attributes. Save for agreement between
Implementations MAY support custom format values. Save for agreement between
parties, schema authors SHALL NOT expect a peer implementation to support such
custom format attributes.
custom format values.

### Defined Formats

Expand Down
Loading