NavigationPathMatch
Result of validating a community-app path against the navigation index. Says whether a path the Cohost agent intends to link is a real, caller-visible page.
NavigationPathMatchFields
Access hint describing how to reach the page in the UI. Null when not allowed.
True if the path matches a known navigation page visible to the caller. When false, every other field is null.
Who the page is for: 'host' (host/moderator only) or 'member'. Null when not allowed.
The page template the path matched (e.g. '/spaces/:spaceId/feed'). Null when not allowed.
Display name of the matched page. Null when not allowed.
Placeholder hints for the matched template. Null when not allowed.
Template path of the matched page (same value as matchedTemplate). Null when not allowed.
Captured path values keyed by placeholder name (e.g. { spaceId: '123' }). Empty for static paths. Null when not allowed.
Section the matched page belongs to (e.g. 'Space Pages'). Null when not allowed.