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

11 lines
284 B
YAML

type: object
properties:
locale:
type: string
description: The language in which the messages are returned
example: 'en_US'
messages:
type: array
items:
$ref: './ResourceBundleMessage.yaml'
description: The list of message with their keys and formats