teams-devices_platform

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-platform-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_platform",
  "title": "teams-devices_platform",
  "enum": [
    "windows",
    "mac",
    "linux",
    "android",
    "ios"
  ],
  "example": "windows",
  "type": "string"
}