Path to a Primitive
To fetch a field that is a primitive (string, number, boolean) specify the JSON path as a string primitive:
"field": "@@$.id",
The value of field will be set to whatever is returned from the specified path.
To fetch a field that is a primitive (string, number, boolean) specify the JSON path as a string primitive:
"field": "@@$.id",
The value of field will be set to whatever is returned from the specified path.