Browse Source
Merge pull request #6 from roipoussiere/patch-2
add grades bounds
pull/8/head
guhur
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
mvapi.yaml
|
|
@ -265,6 +265,8 @@ components: |
|
|
|
description: 'As <title>, I find these candidates:' |
|
|
|
candidates: |
|
|
|
type: array |
|
|
|
minItems: 2 |
|
|
|
maxItems: 20 |
|
|
|
items: |
|
|
|
$ref: '#/components/schemas/Candidate' |
|
|
|
description: The candidates being judged in a poll. |
|
|
|