Sample is an object representing one output bundle.
Last updated 4 months ago
Samples are used to provide a sample of the outgoing bundle.
You can define the samples manually.
[ { "name": "id", "type": "uinteger", "label": "User ID" }, { "name": "email", "type": "email", "label": "Email" }, { "name": "name", "type": "text", "label": "Name" } ]
{ "id": 1399, "email": "johndoe@email.com", "name": "John Doe" }
Please see on how to specify dynamic sample data.