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