Skip to content

Naming convention check failed #343

@HolQue

Description

@HolQue

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

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions