{ "additionalProperties": false, "id": "DropdownItem", "module_id": "NsxDashboard", "nsx_feature": "NsxDashboardWidgetConfig", "properties": { "display_name": { "description": "expression to extract display name to be shown in the drop down.", "maxLength": 1024, "title": "Display name for item to be displayed in dropdown", "type": "string" }, "field": { "description": "An expression that represents the items of the dropdown filter.", "required": true, "title": "Expression for dropdown items of filter", "type": "string" }, "value": { "description": "Value of filter inside dropdown filter.", "required": true, "title": "Value for item to be displayed in dropdown", "type": "string" } }, "title": "Dropdown item definition", "type": "object" }