StaticFilter (type)

{
  "additionalProperties": false, 
  "id": "StaticFilter", 
  "module_id": "NsxDashboard", 
  "nsx_feature": "NsxDashboardWidgetConfig", 
  "properties": {
    "display_name": {
      "description": "display name to be shown in the drop down for static filter.", 
      "maxLength": 1024, 
      "title": "Display name for static filter", 
      "type": "string"
    }, 
    "value": {
      "description": "Value of static filter inside dropdown filter.", 
      "title": "Value of static filter", 
      "type": "string"
    }
  }, 
  "title": "Static filters", 
  "type": "object"
}