{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SJNode1", "title": "SJNode1", "type": "object", "properties": { "nodeId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo0NjdiNGIxZC1jZWI2LTQwN2EtYWZmOC1mMjIxZmFiNzhjNzI", "description": "ID of the Video Mesh node." }, "hostNameOrIp": { "type": "string", "example": "abc.company.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." } } }