mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
11 lines
284 B
YAML
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 |