Skip to content

Fix OpenAPI response body runtime JSON Pointer parsing #7905

@christian-gama

Description

@christian-gama

OpenAPI response links allow parameters to use response body runtime expressions with JSON Pointers, for example $response.body#/data/0/id.

The converter currently turns only the first slash into a dot, so nested pointers, array indexes, escaped segments (~1, ~0), and non-identifier property names can generate invalid or incorrect Bruno response scripts.

I am opening a PR that parses the pointer into script-safe property access.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions