uri-match

If the currently dispatched page URI matches a given URI (with tokenized expressions).

{
    "evaluator": "uri-match",
    "condition": "{uri}"
}

Example:

{
    "evaluator": "uri-match",
    "condition": "#/projects/{projectId}/documents"
}