{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OverflowDetails3", "title": "OverflowDetails3", "type": "object", "properties": { "overflowReason": { "type": "string", "example": "Capacity exceeded", "description": "The reason for this overflow." }, "overflowCount": { "type": "number", "example": 38, "description": "Number of overflows." }, "possibleRemediation": { "type": "string", "example": "Video Mesh exceeded its capacity. If this happens frequently, consider adding more nodes to your clusters.", "description": "Any possible remediations for this overflow." } } }