mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
15 lines
267 B
YAML
15 lines
267 B
YAML
type : object
|
|
properties:
|
|
level:
|
|
type: string
|
|
enum:
|
|
- ERROR
|
|
- WARN
|
|
- INFO
|
|
description: Denotes the level of the message
|
|
example: ERROR
|
|
localizations:
|
|
type: array
|
|
items:
|
|
$ref: '../../v3/schemas/ErrorMessageDto.yaml'
|