File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 8150
8150
},
8151
8151
"source" : {
8152
8152
"type" : " string" ,
8153
- "description" : " Unique name of the source"
8153
+ "description" : " Unique name of the source" ,
8154
+ "pattern" : " ^[a-zA-Z0-9_-]+$"
8154
8155
},
8155
8156
"destinations" : {
8156
8157
"type" : " array" ,
8157
8158
"items" : {
8158
8159
"type" : " string" ,
8159
- "description" : " Unique name of the destination"
8160
- }
8160
+ "description" : " Unique name of the destination" ,
8161
+ "pattern" : " ^[a-zA-Z0-9_-]+$"
8162
+ },
8163
+ "minItems" : 1
8161
8164
},
8162
8165
"schedule" : {
8163
8166
"type" : " string" ,
8187
8190
"properties" : {
8188
8191
"source" : {
8189
8192
"type" : " string" ,
8190
- "description" : " Unique name of the source"
8193
+ "description" : " Unique name of the source" ,
8194
+ "pattern" : " ^[a-zA-Z0-9_-]+$"
8191
8195
},
8192
8196
"destinations" : {
8193
8197
"type" : " array" ,
8194
8198
"items" : {
8195
8199
"type" : " string" ,
8196
- "description" : " Unique name of the destination"
8197
- }
8200
+ "description" : " Unique name of the destination" ,
8201
+ "pattern" : " ^[a-zA-Z0-9_-]+$"
8202
+ },
8203
+ "minItems" : 1
8198
8204
},
8199
8205
"schedule" : {
8200
8206
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments