{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OverflowDetails2", "title": "OverflowDetails2", "type": "object", "properties": { "overflowReason": { "type": "string", "example": "Connectivity issues", "description": "The reason for this overflow." }, "overflowCount": { "type": "number", "example": 1, "description": "Number of overflows." }, "possibleRemediation": { "type": "string", "example": "Connectivity Issues between Video Mesh Node and Cloud. Check your network configuration.", "description": "Any possible remediations for this overflow." } } }