Update identifier types

pull/13/head
Nathanaël Jourdane 4 years ago committed by guhur
parent 06adcb5f11
commit 6aea7fa03a

@ -1,9 +1,10 @@
type: object
properties:
id:
type: string
type: integer
description: A unique identifier.
readOnly: true
example: 4
name:
type: string
description: Unique but short name of the candidate.

@ -1,8 +1,9 @@
type: object
properties:
id:
type: string
type: integer
description: A unique identifier
example: 0
readOnly: true
name:
type: string

@ -1,9 +1,11 @@
type: object
properties:
id:
type: string
type: integer
description: A unique identifier
example: 4
readOnly: true
grade:
type: string
type: integer
description: The grade item, according to the grades array defined when creating the poll.
example: 2

Loading…
Cancel
Save