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 8ea42da commit c8f4532Copy full SHA for c8f4532
output/schema.json
@@ -31,6 +31,10 @@
31
"type": "object",
32
"additionalProperties": true
33
},
34
+ "droppedAnnotations": {
35
+ "type": "object",
36
+ "additionalProperties": true
37
+ },
38
"errors": {
39
40
"additionalProperties": { "type": "string" }
@@ -40,7 +44,14 @@
44
"allOf": [
41
45
{
42
46
"if": {
43
- "required": [ "errors" ]
47
+ "anyOf": [
48
+ {
49
+ "required": [ "errors" ]
50
51
52
+ "required": [ "droppedAnnotations" ]
53
+ }
54
+ ]
55
56
"then": {
57
"properties": {
0 commit comments