feat(blog): expose review feedback
Some checks failed
Backend CI/CD / test (push) Has been cancelled
Backend CI/CD / deploy (push) Has been cancelled

This commit is contained in:
2026-06-13 00:00:10 +03:30
parent 690dc7b600
commit 8b307196da

View File

@@ -248,6 +248,7 @@ class PostListSchema(Schema):
class PostDetailSchema(PostListSchema):
content: str
content_html: str
review_note: Optional[str] = ""
og_image_url: Optional[str] = None
assets: List[PostAssetSchema] = []