This should work: ``` request: example: ... variables: doc_id: json.id ``` Currently, the id can only be referenced via `example.id` and not be redeclared.
This should work:
Currently, the id can only be referenced via
example.idand not be redeclared.