fix: schema... not sure why I need this all of a sudden

This commit is contained in:
Julian Lam
2026-02-13 12:06:28 -05:00
parent a9c2457fd4
commit 3e2070b2c3

View File

@@ -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