Commit 3547418
committed
schemas: fix issue in Filter schema
This was causing speccheck to fail. The issue was that Filter
had `type: object` at toplevel, but it also has `oneOf:`.
Speccheck interpreted it as being an object with no allowed properties.
Removing `type: object` makes it recognize the oneOf.1 parent 961753f commit 3547418
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments