CapacityUsageMetaInfo (type)

{
  "additionalProperties": false, 
  "id": "CapacityUsageMetaInfo", 
  "module_id": "CapacityDashboard", 
  "properties": {
    "last_updated_timestamp": {
      "$ref": "EpochMsTimestamp, 
      "required": true, 
      "title": "Timestamp at which capacity usage was last calculated"
    }, 
    "max_global_threshold_percentage": {
      "description": "Indicates the maximum global threshold percentage", 
      "required": true, 
      "title": "Maximum global threshold percentage", 
      "type": "number"
    }, 
    "min_global_threshold_percentage": {
      "description": "Indicates the minimum global threshold percentage", 
      "required": true, 
      "title": "Minimum global threshold percentage", 
      "type": "number"
    }
  }, 
  "type": "object"
}