Skip to content

Commit c0ba85b

Browse files
committed
Remove accidental duplication
Including an unnecessary and contradictory "$schema"
1 parent e8851f1 commit c0ba85b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/draft2019-09/vocabulary.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
{
33
"description": "schema that uses custom metaschema with with no validation vocabulary",
44
"schema": {
5-
"$schema": "https://json-schema.org/draft/2019-09/schema",
65
"$id": "https://schema/using/no/validation",
76
"$schema": "http://localhost:1234/draft2019-09/metaschema-no-validation.json",
87
"properties": {

tests/draft2020-12/optional/ecmascript-regex.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@
359359
},
360360
{
361361
"description": "pattern with ASCII ranges",
362-
"description": "unicode characters do not match ascii ranges",
363362
"schema": {
364363
"$schema": "https://json-schema.org/draft/2020-12/schema",
365364
"pattern": "[a-z]cole"

0 commit comments

Comments
 (0)