{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SJNode2", "title": "SJNode2", "type": "object", "properties": { "nodeId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo1ODJhMWFlYy03YTMwLTQ2MDItYTI2NS02YTE5NDcwOWZkOTg", "description": "ID of the Video Mesh node." }, "hostNameOrIp": { "type": "string", "example": "xyz.abc.com", "description": "Host Name or the IP of the Video Mesh node." }, "deploymentType": { "type": "string", "example": "Video Mesh Node Lite", "description": "Deployment Type of the Video Mesh node." }, "location": { "$ref": "#/components/schemas/SJNodeLocation", "description": "Location details of the Video Mesh node." } } }