We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8851f1 commit c0ba85bCopy full SHA for c0ba85b
tests/draft2019-09/vocabulary.json
@@ -2,7 +2,6 @@
2
{
3
"description": "schema that uses custom metaschema with with no validation vocabulary",
4
"schema": {
5
- "$schema": "https://json-schema.org/draft/2019-09/schema",
6
"$id": "https://schema/using/no/validation",
7
"$schema": "http://localhost:1234/draft2019-09/metaschema-no-validation.json",
8
"properties": {
tests/draft2020-12/optional/ecmascript-regex.json
@@ -359,7 +359,6 @@
359
},
360
361
"description": "pattern with ASCII ranges",
362
- "description": "unicode characters do not match ascii ranges",
363
364
"$schema": "https://json-schema.org/draft/2020-12/schema",
365
"pattern": "[a-z]cole"
0 commit comments