fix: [schema] regexp added as supported type

pull/135/head
Alexandre Dulaunoy 2020-03-05 13:19:26 +01:00
parent 659264240a
commit 78114c5b73
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@
"string", "string",
"substring", "substring",
"hostname", "hostname",
"cidr" "cidr",
"regex"
] ]
}, },
"matching_attributes": { "matching_attributes": {