-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
OK:
JSON: "param" : {"key" : "${\}"}
Result: 'Invalid key name: ${\}. Key names have to start with a character, digit or underscore.'
Not OK:
JSON: "param" : {"key" : "${/}"}
Result: 'The parameter '${/}' is not available!'
Also others like: 'The parameter '${$}' is not available!'
But expected: 'Invalid key name: ${/}. Key names have to start with a character, digit or underscore.'
I am not completely sure, but I would prefer the term 'letter' instead of 'character'. Because in my opinion also '/' and '\' are characters (but not letters).
Recommendation:
'Invalid key name: .... Key names have to start with a letter, digit or underscore.'
Metadata
Metadata
Assignees
Projects
Status
Done