Commit 5fab0337 authored by Gabriel Macena's avatar Gabriel Macena

[API] Corrige os atributos de FormField e TeamSubscriptionSubmission

parent 625c0c97
......@@ -77,7 +77,9 @@ TeamSubscriptionSubmission:
properties:
team:
$ref: '#/FormSection'
members:
participants:
type: array
items:
$ref: '#/FormSection'
leader:
$ref: '#/FormSection'
......@@ -121,6 +123,14 @@ FormField:
type: boolean
removable:
type: boolean
qualifier:
type: string
enum:
- FIRST_NAME
- LAST_NAME
- TEAM_NAME
- EMAIL
- OTHER
oid:
type: integer
FormAnswer:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment