You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mv-api-spec/openapi/components/schemas/mention.yaml

16 lines
422 B

type: object
properties:
id:
type: integer
description: A unique identifier
example: 0
readOnly: true
name:
type: string
description: Unique but short name of the mention, like "Excellent" or "To reject".
example: Excellent
description:
type: string
description: An optional description of the mention
example: In this poll, the mention "To reject" disqualifies the proposal.