Uh oh!
There was an error while loading. Please reload this page.
Use JsonPointer syntax - #348
Conversation
jpraet
commented
Jun 23, 2026
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'? |
usku01
commented
Jun 23, 2026
I have applied changes to the implementation to allow "." in name |
jpraet
commented
Jun 23, 2026
I think it's fine to keep using |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
* 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
Uh oh!
There was an error while loading. Please reload this page.



Fixes#344