mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
* Fixed several issues * More fixes to v3 APIs * More fixes * Fixed more v3 schema issues * fixed campaign filters path * Updated redoc API generator to v10 * Updated redoc api generator action to latest version * Added log to action * Fixed path in action * Added orderBy to saved search * Added some fixes for beta * Fixed duplicate nullable * Triggering checks again * Triggering checks again * More beta fixes * Fixed schema bug' by github action: 7980819692
16 lines
430 B
YAML
16 lines
430 B
YAML
type: object
|
|
properties:
|
|
locale:
|
|
type: string
|
|
description: The locale for the message text, a BCP 47 language tag.
|
|
example: en-US
|
|
nullable: true
|
|
localeOrigin:
|
|
$ref: "../../v3/schemas/LocaleOrigin.yaml"
|
|
text:
|
|
type: string
|
|
description: Actual text of the error message in the indicated locale.
|
|
example:
|
|
The request was syntactically correct but its content is semantically
|
|
invalid.
|