Data types
Make data types are derived from normal JSON data types, with some limitations and additions.
Last updated
{
"data": [{
"id": 1,
"url": "http://example.com"
}, {
"id": 2,
"url": "http://foobar.org"
}],
"additional_data": {
"total": 2,
"next_page": false,
"info": null
}
}{
"page": "{{temp.page}}",
"limit": 1,
"type": "{{parameters.type}}"
}{
"data": [{
"id": "{{body.id}}",
"name": "{{body.name}}"
}, "{{parameters.type}}"],[
{
"id": "{{body.id}}",
"name": "{{body.name}}",
"data": {
"foo": "{{temp.bar}}"
}
},
"{{parameters.type}}",
1,
true,
null
]