diff --git a/doc/compiled.json b/doc/compiled.json index 9494d46e..f9668b34 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -2285,6 +2285,7 @@ "title": "translation_details", "properties": { "user": { + "description": "The user who last updated the translation content", "$ref": "#/components/schemas/user_preview" }, "word_count": { diff --git a/schemas/translation_details.yaml b/schemas/translation_details.yaml index f63f3ca4..a907a29b 100644 --- a/schemas/translation_details.yaml +++ b/schemas/translation_details.yaml @@ -6,6 +6,7 @@ translation_details: title: translation_details properties: user: + description: The user who last updated the translation content "$ref": "./user_preview.yaml#/user_preview" word_count: type: integer