Files
api-specs/idn/beta/schemas/CampaignAlert.yaml
2022-09-02 10:59:29 -04:00

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'