The maintenance mode of the device.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MaintenanceMode", "title": "MaintenanceMode", "type": "string", "enum": [ "off", "on", "upcoming" ], "example": "off", "description": "The maintenance mode of the device." }