{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/BlrNodeLocation",
"title": "BlrNodeLocation",
"type": "object",
"properties": {
"countryCode": {
"type": "string",
"example": "IN",
"description": "Country code of the Location where the Video Mesh node is deployed."
},
"city": {
"type": "string",
"example": "Bangalore",
"description": "City where Video Mesh node is deployed."
},
"timeZone": {
"type": "string",
"example": "Asia/Kolkata",
"description": "Time zone in which the Video Mesh node is deployed."
}
}
}