Guides
Tag Syntax
Understand the structure of a Tag expression
Tag Syntax
A tag expression is made from one primary value and zero or more options.
prop:"'database.host',optional,default=5432"In this example:
'database.host'is the primary valueoptionalis a boolean flagdefault=5432is a key/value option
The primary value maps to option:"value". Named options map to fields with the
same option name.
