The type of device.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/observatory_device_type", "title": "observatory_device_type", "description": "The type of device.", "enum": [ "DESKTOP", "MOBILE" ], "example": "DESKTOP", "type": "string" }