{
  "$id": "https://alwaysai.co/device-action-schema.json",
  "$schema": "https://json-schema.org/draft/2019-09/schema",
  "title": "device_action",
  "type": "object",
  "properties": {
    "action": {
      "type": "string",
      "enum": ["system_restart"]
    }
  },
  "required": ["action"]
  }