-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit 0e08f03
Add or remove defaults as appropriate including where redundant (#1006)
- Remove `default` from all subschemas that recursively-reference #meta
- Add `default to `dependencies`
Remove, e.g. when evaluating the "not" keyword, the subschema inside it should *not* be true, as that would produce a false result from this keyword.1 parent 77686de commit 0e08f03
3 files changed
+7
-13
lines changedLines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | - | ||
16 | - | ||
17 | - | ||
18 | - | ||
15 | + | ||
19 | 16 |
| |
20 | 17 |
| |
21 | 18 |
| |
| |||
32 | 29 |
| |
33 | 30 |
| |
34 | 31 |
| |
35 | - | ||
36 | - | ||
37 | - | ||
38 | - | ||
32 | + | ||
39 | 33 |
| |
40 | 34 |
| |
41 | 35 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | - | ||
35 | - | ||
34 | + | ||
36 | 35 |
| |
37 | 36 |
| |
38 | 37 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | - | ||
33 | - | ||
32 | + | ||
33 | + | ||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 | - | ||
44 | + | ||
45 | + | ||
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
|
0 commit comments