## Proposal At now all tokens should have property "value" for be valid. Suggests short syntax without "value", example: **full syntax** ```yaml token: value: token-value ``` **short syntax** ```yaml token: token-value ```