Skip to content

Commit

Permalink
Edited the post schema for isAnonymous2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakaabi committed Oct 14, 2024
1 parent bd6dc4f commit a74762a
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 @@ -58,9 +58,6 @@ PostObject:
`icon:text` for the user's auto-generated
icon
example: "#f44336"
isAnonymous:
type: boolean
description: Indicates whether the user posted anonymously
topic:
type: object
properties:
Expand Down Expand Up @@ -108,6 +105,9 @@ PostObject:
type: array
items:
$ref: ../../components/schemas/TagObject.yaml#/TagObject
isAnonymous:
type: boolean
description: Indicates whether the user posted anonymously
required:
- uid
- tid
Expand Down

0 comments on commit a74762a

Please sign in to comment.