Skip to content

Commit

Permalink
fix: update yaml files to pass linter
Browse files Browse the repository at this point in the history
  • Loading branch information
joonhoswe committed Feb 26, 2025
1 parent 4f9348f commit 5ed2dc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/openapi/components/schemas/PostObject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ PostObject:
type: number
votes:
type: number
endorsedByStaff:
type: boolean
description: Indicates if the post has been endorsed by an admin
timestampISO:
type: string
description: An ISO 8601 formatted date string (complementing `timestamp`)
Expand Down
3 changes: 3 additions & 0 deletions public/openapi/read/topic/topic_id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ get:
type: number
edited:
type: number
endorsedByStaff:
type: boolean
description: Indicates if the post has been endorsed by an admin
timestampISO:
type: string
description: An ISO 8601 formatted date string (complementing `timestamp`)
Expand Down

0 comments on commit 5ed2dc3

Please sign in to comment.