fix: [schema] regexp added as supported type
parent
659264240a
commit
78114c5b73
|
@ -27,7 +27,8 @@
|
|||
"string",
|
||||
"substring",
|
||||
"hostname",
|
||||
"cidr"
|
||||
"cidr",
|
||||
"regex"
|
||||
]
|
||||
},
|
||||
"matching_attributes": {
|
||||
|
|
Loading…
Reference in New Issue