{ "$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" }