{
  "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."
        }
      }
    }
  }
}




