Skip to content

Commit 8f862dc

Browse files
authored
Correct rules ordering from all the branches: draft3 to draft4, correct schema test (#47)
1 parent 46e0670 commit 8f862dc

22 files changed

+19
-19
lines changed

rules/from-draft3/to-draft4/016-type-is-an-empty-array.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
{ "operation": "size-equals", "path": [ "type" ], "value": 0 }
66
],
77
"transform": [
8-
{ "operation": "remove", "to": [ "type" ] }
8+
{ "operation": "remove", "path": [ "type" ] }
99
]
1010
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)