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 01470b6 commit 4d3945bCopy full SHA for 4d3945b
test/normalizer/renamePrefixItemsToItems.json
@@ -0,0 +1,31 @@
1
+{
2
+ "name": "Rename prefixItems to items and items to additionalItems",
3
+ "in": {
4
+ "additionalProperties": false,
5
+ "$id": "RenamePrefixItems",
6
+ "properties":{
7
+ "a": {
8
+ "description": "Test prefixItems",
9
+ "prefixItems": [true, false],
10
+ "items":false
11
+ }
12
+ },
13
+ "required": []
14
15
+ "out": {
16
17
18
+ "properties": {
19
20
21
+ "items": [true, false],
22
+ "additionalItems": false,
23
+ "minItems": 0
24
25
26
27
28
+ "options": {
29
+ "usePrefixItems": true
30
31
+}
0 commit comments