From 5cad97b96bcde25d58ec6b359e0d24489122dc7e Mon Sep 17 00:00:00 2001 From: Mladen Jablanovic Date: Tue, 28 Oct 2025 09:20:39 +0100 Subject: [PATCH] docs(API): Clarify the user field on translation schema --- doc/compiled.json | 1 + schemas/translation_details.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/compiled.json b/doc/compiled.json index 9494d46e5..f9668b34d 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 f63f3ca47..a907a29be 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