No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"default",
"translations"
],
"properties": {
"default": {
"type": "string",
"maxLength": 3000,
"minLength": 1,
"description": "The default text, used as a fallback for languages without a dedicated translation.",
"maxGraphemes": 300
},
"translations": {
"type": "object",
"properties": {
"$keyFormat": {
"type": "string",
"format": "language"
},
"$valueType": {
"type": "string",
"maxLength": 3000,
"minLength": 1,
"maxGraphemes": 300
}
},
"description": "A key-value map of RFC 5646 IETF language tags to translated strings."
}
}
}