Skip to content

Commit

Permalink
Draft 04 is no longer supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonramirez committed May 2, 2024
1 parent a2aec00 commit 1a7f3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ Add the following (multi-)task to your `Gruntfile`:

# Schema Validation

You can validate JSON files using [JSON Schema] drafts 04, 06 or 07:
You can validate JSON files using [JSON Schema] drafts 06 or 07:

jsonlint: {
all: {
src: [ 'some/manifest.json' ],
options: {
schema: {
src: 'some/manifest-schema.json',
environment: 'json-schema-draft-04'
environment: 'json-schema-draft-07'
}
}
}
Expand Down

0 comments on commit 1a7f3f7

Please sign in to comment.