39 lines
621 B
JSON
39 lines
621 B
JSON
{
|
|
"v": 0,
|
|
"name": "Response body sample",
|
|
"variables": [
|
|
{
|
|
"key": "firstName",
|
|
"value": "John"
|
|
},
|
|
{
|
|
"key": "lastName",
|
|
"value": "Doe"
|
|
},
|
|
{
|
|
"key": "id",
|
|
"value": "7"
|
|
},
|
|
{
|
|
"key": "fullName",
|
|
"value": "<<firstName>> <<lastName>>"
|
|
},
|
|
{
|
|
"key": "recursiveVarX",
|
|
"value": "<<recursiveVarY>>"
|
|
},
|
|
{
|
|
"key": "recursiveVarY",
|
|
"value": "<<salutation>>"
|
|
},
|
|
{
|
|
"key": "salutation",
|
|
"value": "Hello"
|
|
},
|
|
{
|
|
"key": "greetText",
|
|
"value": "<<salutation>> <<fullName>>"
|
|
}
|
|
]
|
|
}
|