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/judge.yaml

20 lines
580 B

type: object
properties:
id:
type: string
description: A unique identifier
example: JtRm05yjMAuFCI2uwnFp
readOnly: true
has-participed:
type: boolean
description: True if the judge already participed to the poll, False otherwise
example: true
poll-id:
type: string
description: The identifier of the poll that the judge participates on.
example: '1jDe1e5eF_IkaYPuoIYX'
mail:
type: object
description: The mail that will eventually created at the creation of the judge (not kept in memory).
example: john-doe@example.com