If the key starts with "is" or ends with "Boolean", the type will be inferred as a boolean.
NOTE: This will also be triggered on "normal" words starting with "is", e.g. "island", so avoid such words.
If the key ends with "Array", the type will be inferred as string[].
If the key ends with "String", the type will be inferred as a string.
Otherwise, the type will be inferred as a string or according to specValueTemplates, where applicable.
Actual templates used to match Specs item keys.
boolean
. NOTE: This will also be triggered on "normal" words starting with "is", e.g. "island", so avoid such words.string[]
.string
.string
or according to specValueTemplates, where applicable.