2025-11-03 14:43:51 -05:00
|
|
|
CrosspostObject:
|
2026-01-05 12:24:00 -05:00
|
|
|
anyOf:
|
|
|
|
|
- type: object
|
|
|
|
|
properties:
|
|
|
|
|
id:
|
|
|
|
|
type: string
|
|
|
|
|
description: The cross-post ID
|
|
|
|
|
cid:
|
|
|
|
|
type: object
|
|
|
|
|
description: The category id that the topic was cross-posted to
|
|
|
|
|
additionalProperties:
|
|
|
|
|
oneOf:
|
|
|
|
|
- type: string
|
|
|
|
|
- type: number
|
|
|
|
|
tid:
|
|
|
|
|
type: object
|
|
|
|
|
description: The topic id that was cross-posted
|
|
|
|
|
additionalProperties:
|
|
|
|
|
oneOf:
|
|
|
|
|
- type: string
|
|
|
|
|
- type: number
|
|
|
|
|
timestamp:
|
|
|
|
|
type: number
|
|
|
|
|
uid:
|
|
|
|
|
type: object
|
|
|
|
|
description: The user id that initiated the cross-post
|
|
|
|
|
additionalProperties:
|
|
|
|
|
oneOf:
|
|
|
|
|
- type: string
|
|
|
|
|
- type: number
|
|
|
|
|
- type: object
|
|
|
|
|
properties:
|
|
|
|
|
category:
|
|
|
|
|
type: object
|
|
|
|
|
properties:
|
|
|
|
|
cid:
|
|
|
|
|
type: number
|
|
|
|
|
name:
|
|
|
|
|
type: string
|
|
|
|
|
icon:
|
|
|
|
|
type: string
|
|
|
|
|
bgColor:
|
|
|
|
|
type: string
|
|
|
|
|
color:
|
|
|
|
|
type: string
|
|
|
|
|
slug:
|
|
|
|
|
type: string
|
2025-11-03 14:43:51 -05:00
|
|
|
CrosspostsArray:
|
|
|
|
|
type: array
|
|
|
|
|
description: A list of crosspost objects
|
|
|
|
|
items:
|
|
|
|
|
$ref: '#/CrosspostObject'
|