Use JsonPointer syntax - #348
Conversation
|
JsonPointer syntax only needs to be used for InEnum.BODY. |
What if we have a query parameter which would be a list, shouldn't we add the index in the name? And what I mean by that is of the query param is named 'parameter.id', if we have an issue with the second member of the list, then the name in the issue should be 'parameter.id/1'? |
I have applied changes to the implementation to allow "." in name |
I think it's fine to keep using |
|
* Rename to convertToJsonPointerIfNeeded * Don't call transformName for user-provided names, rely on auto-covnersion instead * Simplified JSON Pointer detection and accept "" as valid JSON Pointer * Extract JsonPointerUtil.addIndex
|



Fixes #344