schemata: document 'excluded' field in structured output

Include the 'excluded' field in the structured output schema.

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
This commit is contained in:
Tim Culverhouse 2023-05-06 19:59:27 -05:00 committed by David Bremner
parent f873790b6f
commit e9ff896f84

View file

@ -76,6 +76,7 @@ message = {
# (format_message_sprinter) # (format_message_sprinter)
id: messageid, id: messageid,
match: bool, match: bool,
excluded: bool,
filename: [string*], filename: [string*],
timestamp: unix_time, # date header as unix time timestamp: unix_time, # date header as unix time
date_relative: string, # user-friendly timestamp date_relative: string, # user-friendly timestamp