From d0955015df01c2ac644c69685dfb924acea597d4 Mon Sep 17 00:00:00 2001 From: guhur <12297742+guhur@users.noreply.github.com> Date: Fri, 29 May 2020 19:41:39 +0200 Subject: [PATCH] fix(schema): switch mail type to string --- openapi/components/schemas/participant.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/components/schemas/participant.yaml b/openapi/components/schemas/participant.yaml index 5ed65e3..1e7970f 100644 --- a/openapi/components/schemas/participant.yaml +++ b/openapi/components/schemas/participant.yaml @@ -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