-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I would like to understand the naming convention in more detail.
(1)
W.r.t. "Alphanumeric Characters: Use letters (a-z, A-Z) and digits (0-9)."
Also 2, 3 and 4 byte characters are possible in between. Therefore the statement "Use letters (a-z, A-Z)" is outdated. Please update.
(2)
W.r.t. "Key names can contain the operator characters: +, -, and *"
A lot of non alphanumeric characters are not allowed. OK so far. But is there a certain reason, to allow especially +, -, and *? What is the use case? It would be worth to mention this in documentation.
(3)
How about '/'? This character is not mentioned in naming convention.
"par/am1" : "value" is accepted. OK nor not?
(4)
How about blanks inside key names ("par am" : "value")? Currently this is accepted. OK nor not?
Metadata
Metadata
Assignees
Projects
Status