Skip to content

Commit

Permalink
added isAnonymous in PostObject.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakaabi committed Oct 14, 2024
1 parent aaaf2a8 commit dc132b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/openapi/components/schemas/PostObject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ PostObject:
timestampISO:
type: string
description: An ISO 8601 formatted date string (complementing `timestamp`)
isAnonymous:
type: boolean
description: Indicates if the user is anonymous
user:
type: object
properties:
Expand Down Expand Up @@ -58,9 +61,6 @@ PostObject:
`icon:text` for the user's auto-generated
icon
example: "#f44336"
isAnonymous:
type: boolean
description: Indicates if the user is anonymous
topic:
type: object
properties:
Expand Down

0 comments on commit dc132b6

Please sign in to comment.