teams-devices_service_mode_v2

APIs.ioEngineeringPlatform

Properties

Name Type Description
mode string The mode to run the WARP client under.
port number The port number when used with proxy mode.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-service-mode-v2-schema.json Raw ↑
{
  "$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"
}