{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SJNodeLocation", "title": "SJNodeLocation", "type": "object", "properties": { "countryCode": { "type": "string", "example": "US", "description": "Country Code of the Location where the Video Mesh node is deployed." }, "city": { "type": "string", "example": "San Jose", "description": "City where Video Mesh node is deployed." }, "timeZone": { "type": "string", "example": "America/Los_Angeles", "description": "Time zone in which the Video Mesh node is deployed." } } }