From 3e2070b2c3db3e3e2716bdb4d8ed631d10685725 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 13 Feb 2026 12:06:28 -0500 Subject: [PATCH] fix: schema... not sure why I need this all of a sudden --- .../openapi/components/schemas/PostObject.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/public/openapi/components/schemas/PostObject.yaml b/public/openapi/components/schemas/PostObject.yaml index 80c9a06cd3..1d8f2f5b67 100644 --- a/public/openapi/components/schemas/PostObject.yaml +++ b/public/openapi/components/schemas/PostObject.yaml @@ -122,6 +122,23 @@ PostObject: type: array items: $ref: ../../components/schemas/TagObject.yaml#/TagObject + thumbs: + type: array + items: + type: object + properties: + id: + type: number + description: The topic id + name: + type: string + description: The topic thumbnail filename + path: + type: string + description: Path to topic thumbnail without upload_url prefix + url: + type: string + description: Relative path to the topic thumbnail required: - uid - tid