I'm experiencing many issues with swagger when non-standard characters are used:
@{code=ValidationError; target=representation; message=Parsing error(s): The key 'KeyValuePair[String,String]' in 'schemas' of components MUST match the regular expression '^[a-zA-Z0-9.-]+$'. [#/components]
The key 'PagedData[ProcessInstanceData]' in 'schemas' of components MUST match the regular expression '^[a-zA-Z0-9.-]+$'. [#/components]}
I'm experiencing many issues with swagger when non-standard characters are used:
@{code=ValidationError; target=representation; message=Parsing error(s): The key 'KeyValuePair[String,String]' in 'schemas' of components MUST match the regular expression '^[a-zA-Z0-9.-]+$'. [#/components] The key 'PagedData[ProcessInstanceData]' in 'schemas' of components MUST match the regular expression '^[a-zA-Z0-9.-]+$'. [#/components]}
Part of swagger that caused issue:
and