FullSyncStatus (type)

{
  "id": "FullSyncStatus", 
  "module_id": "SiteManagerModule", 
  "properties": {
    "completed_at": {
      "required": true, 
      "title": "Time at which the full sync was completed.", 
      "type": "string"
    }, 
    "snapshot_version": {
      "required": true, 
      "title": "Snapshot version targeted by full sync.", 
      "type": "string"
    }, 
    "status": {
      "enum": [
        "UNAVAILABLE", 
        "ERROR", 
        "ONGOING", 
        "COMPLETE", 
        "NOT_STARTED"
      ], 
      "required": true, 
      "title": "Status of full sync.", 
      "type": "string"
    }, 
    "sync_id": {
      "required": true, 
      "title": "Identifier for the full sync.", 
      "type": "string"
    }, 
    "sync_type": {
      "enum": [
        "UNAVAILABLE", 
        "STANDARD", 
        "FORCED"
      ], 
      "required": true, 
      "title": "Type of full sync.", 
      "type": "string"
    }
  }, 
  "type": "object"
}