File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ const queryStringJsonSchemaTable = {
114
114
properties : {
115
115
...queryStringJsonSchemaGeneral . properties ,
116
116
sources : {
117
- oneOf : [
117
+ anyOf : [
118
118
{
119
119
type : 'array' ,
120
120
items : {
@@ -123,12 +123,13 @@ const queryStringJsonSchemaTable = {
123
123
}
124
124
} ,
125
125
{
126
+ type : 'string' ,
126
127
enum : [ 'all' ]
127
128
}
128
129
]
129
130
} ,
130
131
destinations : {
131
- oneOf : [
132
+ anyOf : [
132
133
{
133
134
type : 'array' ,
134
135
items : {
@@ -137,6 +138,7 @@ const queryStringJsonSchemaTable = {
137
138
}
138
139
} ,
139
140
{
141
+ type : 'string' ,
140
142
enum : [ 'all' ]
141
143
}
142
144
]
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ const queryStringJsonSchemaTable = {
113
113
properties : {
114
114
...queryStringJsonSchemaGeneral . properties ,
115
115
sources : {
116
- oneOf : [
116
+ anyOf : [
117
117
{
118
118
type : 'array' ,
119
119
items : {
@@ -122,13 +122,14 @@ const queryStringJsonSchemaTable = {
122
122
}
123
123
} ,
124
124
{
125
+ type : 'string' ,
125
126
enum : [ 'all' ]
126
127
}
127
128
]
128
129
129
130
} ,
130
131
destinations : {
131
- oneOf : [
132
+ anyOf : [
132
133
{
133
134
type : 'array' ,
134
135
items : {
@@ -137,6 +138,7 @@ const queryStringJsonSchemaTable = {
137
138
}
138
139
} ,
139
140
{
141
+ type : 'string' ,
140
142
enum : [ 'all' ]
141
143
}
142
144
]
You can’t perform that action at this time.
0 commit comments