{
  "title" : "Action",
  "description" : "Action defines the indivisible phases during an entire OTA data update.",
  "enum" :
  [
    "FETCH_AREAS",
    "FETCH_FILES",
    "DOWNLOAD",
    "CHECKSUM",
    "DECOMPRESS",
    "VALIDATE",
    "COMMIT"
  ]
}