Feature
An example feature with key addr
looks like
addr:
value: 1337
match: equals
The following fields are allowed
value
A string representing the value of the feature.
match
The matching method of the feature, which can be one of the following:
equals
(=
), defaultnot_equals
(!=
)regex
(~
)