fix(schema): switch mail type to string

pull/13/head
guhur 4 years ago committed by GitHub
parent aa4ff304a3
commit b85ffcd0d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,6 +18,6 @@ properties:
description: The identifier of the poll that the participant participates on.
example: 1jDe1e5eF_IkaYPuoIYX
mail:
type: object
type: string
description: The mail that will eventually created at the creation of the participant (not kept in memory).
example: john-doe@example.com

Loading…
Cancel
Save