We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17096f commit 7eb795dCopy full SHA for 7eb795d
openapi_specs/Search.json
@@ -630,7 +630,17 @@
630
"type": "object",
631
"properties": {
632
"kind": {
633
- "type": "string"
+ "oneOf": [
634
+ {
635
+ "type": "string"
636
+ },
637
638
+ "type": "array",
639
+ "items": {
640
641
+ }
642
643
+ ]
644
},
645
"limit": {
646
"minimum": 0,
@@ -793,7 +803,17 @@
793
803
794
804
795
805
796
806
807
808
809
810
811
812
813
814
815
816
797
817
798
818
799
819
0 commit comments