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