File tree Expand file tree Collapse file tree 1 file changed +1
-44
lines changed Expand file tree Collapse file tree 1 file changed +1
-44
lines changed Original file line number Diff line number Diff line change 13
13
" null"
14
14
],
15
15
"additionalProperties" : {
16
- "$ref" : " #/definitions/SerializableMetaVarMatcher "
16
+ "$ref" : " #/definitions/SerializableRule "
17
17
}
18
18
},
19
19
"files" : {
311
311
}
312
312
]
313
313
},
314
- "SerializableMetaVarMatcher" : {
315
- "oneOf" : [
316
- {
317
- "description" : " A regex to filter metavar based on its textual content." ,
318
- "type" : " object" ,
319
- "required" : [
320
- " regex"
321
- ],
322
- "properties" : {
323
- "regex" : {
324
- "type" : " string"
325
- }
326
- },
327
- "additionalProperties" : false
328
- },
329
- {
330
- "description" : " A pattern to filter matched metavar based on its AST tree shape." ,
331
- "type" : " object" ,
332
- "required" : [
333
- " pattern"
334
- ],
335
- "properties" : {
336
- "pattern" : {
337
- "type" : " string"
338
- }
339
- },
340
- "additionalProperties" : false
341
- },
342
- {
343
- "description" : " A kind_id to filter matched metavar based on its ts-node kind" ,
344
- "type" : " object" ,
345
- "required" : [
346
- " kind"
347
- ],
348
- "properties" : {
349
- "kind" : {
350
- "type" : " string"
351
- }
352
- },
353
- "additionalProperties" : false
354
- }
355
- ]
356
- },
357
314
"SerializableRule" : {
358
315
"type" : " object" ,
359
316
"properties" : {
You can’t perform that action at this time.
0 commit comments