@ -3697,7 +3697,7 @@
"content": {
"application/json": {
"schema": {
"type": "string"
"$ref": "#/components/schemas/LocalizationResource"
}
@ -10394,6 +10394,24 @@
},
"additionalProperties": false
"LocalizationResource": {
"type": "object",
"properties": {
"id": {
"type": "integer",
"format": "int32"
"strings": {
"additionalProperties": {
"type": "string",
"nullable": true
"LogFileResource": {