UrlAlias
UrlAlias
Short name or alias of a url. It is used to represent the url.
JSON Example
{
"alias": "string",
"query": "string",
"url": "string"
}
string
alias
Optional
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 $
string
query
Optional
Search query to be applied, if any. If query string is not provided, it will be ignored.
string
url
Required
Url to fetch data from.