{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NodeAvailability", "title": "NodeAvailability", "type": "object", "properties": { "clusterId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTc0LWFkNzJjYWUwZTEwZjpiMzdmNTgzYy1kZGRjLTQyOGItODJlNS1jYmU2ODFkYjQ5NjI=", "description": "ID of the Video Mesh cluster." }, "clusterName": { "type": "string", "example": "San Jose", "description": "Name of the Video Mesh cluster." }, "hostNameOrIp": { "type": "string", "example": "xyz.abc.com", "description": "Host Name or the IP of the Video Mesh node." }, "nodeId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DT05ORUNUT1IvMWViNjVmZGYtOTY0My00MTdmLTk5NzQtYWQ3MmNhZTBlMTBmOmMyNTk0YmY2NDFmZTRkNTFiZDg3YThiMjYxYzg3NWY1", "description": "ID of the Video Mesh node." }, "availabilitySegments": { "type": "array", "items": { "anyOf": [ { "$ref": "#/components/schemas/NodeAvailableTimeline" }, { "$ref": "#/components/schemas/NodeUnAvailableTimeline" } ] } } } }