observatory_device_type

The type of device.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-observatory-device-type-schema.json Raw ↑
{
  "$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"
}