{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/teams-devices_service_mode_v2",
"title": "teams-devices_service_mode_v2",
"properties": {
"mode": {
"description": "The mode to run the WARP client under.",
"example": "proxy",
"type": "string"
},
"port": {
"description": "The port number when used with proxy mode.",
"example": 3000,
"type": "number"
}
},
"type": "object"
}