mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-03 11:01:20 +01:00
fix: schema... not sure why I need this all of a sudden
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user