Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
1 change: 1 addition & 0 deletions schemas/translation_details.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ translation_details:
title: translation_details
properties:
user:
description: The user who last updated the translation content
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we can only phrase it like that if this would be true for all cases, which is currently not the case. So we need to wait with this change.

"$ref": "./user_preview.yaml#/user_preview"
word_count:
type: integer
Expand Down
Loading