{ "additionalProperties": false, "description": "Short name or alias of a url. It is used to represent the url.", "id": "UrlAlias", "module_id": "NsxDashboard", "nsx_feature": "NsxDashboardWidgetConfig", "properties": { "alias": { "description": "Short name or alias of url, if any. If not specified, the url can be referenced by its index in the array of urls of the datasource instance as $<index> (for example, $0).", "maxLength": 255, "title": "Url Alias Name", "type": "string" }, "query": { "description": "Search query to be applied, if any. If query string is not provided, it will be ignored.", "maxLength": 1024, "title": "Search query of the search api, if any", "type": "string" }, "url": { "description": "Url to fetch data from.", "maxLength": 1024, "required": true, "title": "Url", "type": "string" } }, "title": "Url Alias", "type": "object" }