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

[API] Corrige os atributos de FormField e TeamSubscriptionSubmission

parent 625c0c97
...@@ -77,8 +77,10 @@ TeamSubscriptionSubmission: ...@@ -77,8 +77,10 @@ TeamSubscriptionSubmission:
properties: properties:
team: team:
$ref: '#/FormSection' $ref: '#/FormSection'
members: participants:
$ref: '#/FormSection' type: array
items:
$ref: '#/FormSection'
leader: leader:
$ref: '#/FormSection' $ref: '#/FormSection'
FormTemplate: FormTemplate:
...@@ -121,6 +123,14 @@ FormField: ...@@ -121,6 +123,14 @@ FormField:
type: boolean type: boolean
removable: removable:
type: boolean type: boolean
qualifier:
type: string
enum:
- FIRST_NAME
- LAST_NAME
- TEAM_NAME
- EMAIL
- OTHER
oid: oid:
type: integer type: integer
FormAnswer: 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