Files
NodeBB/public/openapi/components/schemas/PostsObject.yaml

5 lines
165 B
YAML
Raw Normal View History

PostsObject:
description: One of the objects in the array returned from `Posts.getPostSummaryByPids`
type: array
items:
2020-10-26 21:51:25 -04:00
$ref: ./PostObject.yaml#/PostObject