Closed Zarquan closed 2 weeks ago
LogMessage:
description: >
A log message based on the Message Templates standard.
https://messagetemplates.org/
type: object
properties:
type:
description: >
The message type identifier.
Typically a URL pointing to a human readable description of the message.
type: string
time:
description: >
The date and time of the message.
type: string
format: date-time
template:
description: >
The message template.
type: string
values:
description: >
A map of name->value properties.
xml:
name: values
$ref: '#/components/schemas/NameValueMap'
Fixed in #51
Done - Everything derived from AbstractComponent
has a messages
block.
Based on Message Templates https://messagetemplates.org/