@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
20 lines (15 loc) • 398 B
JSON
{
"type": "object",
"additionalProperties": {
"type": "object",
"items": {
"type": "object",
"properties": {
"max": {
"type": "number",
"description": "The maximum size of the cache, checked by applying the length function to all values in the cache. Not setting this will fall-back to a service-level default."
}
}
}
}
}