Heap objects
An array of objects created and initialized by heaplet objects. Learn more about the configuration in Inline and heap objects.
Usage
{
"heap": [
{
"name": string,
"type": string,
"config": {
type-specific configuration
}
}
]
}
json
Properties
"name"
: string, required-
A unique name for an object in the heap.
Routes and other configurations must refer to heap objects by their name
property.