Commit 3c7c4ee0 authored by Gabriel Macena's avatar Gabriel Macena

[API] Normaliza relação entre Subscription e FormTemplate

parent 09b64d50
...@@ -6,7 +6,8 @@ TeamSubscription: ...@@ -6,7 +6,8 @@ TeamSubscription:
- type: object - type: object
properties: properties:
teamTemplate: teamTemplate:
$ref: '#/FormTemplate' description: The team template id of this subscription
type: integer
minMembers: minMembers:
type: integer type: integer
maxMembers: maxMembers:
...@@ -17,7 +18,8 @@ Subscription: ...@@ -17,7 +18,8 @@ Subscription:
- status - status
properties: properties:
participantTemplate: participantTemplate:
$ref: '#/FormTemplate' description: The participant template id of this subscription
type: integer
type: type:
type: string type: string
enum: enum:
......
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