diff --git a/public/openapi/components/schemas/PostObject.yaml b/public/openapi/components/schemas/PostObject.yaml index 19d32a6dbc..5a00292ac0 100644 --- a/public/openapi/components/schemas/PostObject.yaml +++ b/public/openapi/components/schemas/PostObject.yaml @@ -41,6 +41,9 @@ PostObject: type: string description: An URL-safe variant of the username (i.e. lower-cased, spaces removed, etc.) + isAnonymous: + type: boolean + description: Indicates whether the user posted anonymously picture: type: string nullable: true @@ -105,15 +108,13 @@ PostObject: type: array items: $ref: ../../components/schemas/TagObject.yaml#/TagObject - isAnonymous: - type: boolean - description: Indicates whether the user posted anonymously required: - uid - tid - cid - title - slug + - isAnonymous category: type: object properties: