VoteAggregation return total votes and the score

This commit is contained in:
2019-10-16 16:27:06 +02:00
parent 54393000b3
commit 32417d3276
4 changed files with 26 additions and 6 deletions

View File

@@ -1153,6 +1153,11 @@ components:
down:
type: number
minimum: 0
total:
type: number
minimum: 0
score:
type: number
- $ref: '#/components/schemas/UpdatedAt'
Votable:
type: object