diff options
| author | Tim Culverhouse <tim@timculverhouse.com> | 2023-05-06 19:59:27 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-07-09 12:26:56 -0300 |
| commit | e9ff896f8491e8780fcf7322436fc0c0575fe8f9 (patch) | |
| tree | 0c60c4b32e6e24547f3b9c7389ff024bb0f8a190 /devel/schemata | |
| parent | f873790b6fb89ad4e733e6d59833d612ce265996 (diff) | |
schemata: document 'excluded' field in structured output
Include the 'excluded' field in the structured output schema.
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Diffstat (limited to 'devel/schemata')
| -rw-r--r-- | devel/schemata | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/schemata b/devel/schemata index 66bcdbed..4e05cdac 100644 --- a/devel/schemata +++ b/devel/schemata @@ -76,6 +76,7 @@ message = { # (format_message_sprinter) id: messageid, match: bool, + excluded: bool, filename: [string*], timestamp: unix_time, # date header as unix time date_relative: string, # user-friendly timestamp |
