{ "additionalProperties": false, "description": "Header of a widget that provides additional information. This will be shown at the container level. It includes details as label value pairs.", "id": "Header", "module_id": "NsxDashboard", "nsx_feature": "NsxDashboardWidgetConfig", "properties": { "condition": { "description": "If the condition is met then the header will be applied. Examples of expression syntax are provided under 'example_request' section of 'CreateWidgetConfiguration' API.", "maxLength": 1024, "title": "Expression for evaluating condition", "type": "string" }, "content_alignment": { "default": "RIGHT", "description": "Alignment of header labels.", "enum": [ "LEFT", "RIGHT" ], "title": "alignment for labelvalue pair", "type": "string" }, "sub_headers": { "description": "An array of label-value properties.", "items": { "$ref": "PropertyItem }, "minItems": 0, "title": "Rows", "type": "array" } }, "title": "Widget Header", "type": "object" }