au_coverage
Determine the coverage scope of this legal connector, including known gaps and fallbacks. Call it before claiming a law lacks content, ensuring empty search results are not mistaken for legal absence.
Instructions
Declare what this connector covers, how it is sourced, and what it does NOT cover.
Call this before telling a user that the law "does not contain" something, and whenever a search comes back empty: the absence may be a gap in this connector rather than in the law. Every gap carries a fallback saying where to look instead.
Returns:
Coverage with families, an as-of note, and a non-empty list of known gaps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ok | |
| families | No | ||
| as_of_note | Yes | States what the dates mean, and what they do not promise. | |
| known_gaps | No | Never empty. An empty list would mean 'not checked', not 'no gaps'. |