Commit 676c6c9d authored by bernardosunderhus's avatar bernardosunderhus

[API] Remove atributo do FormField

parent 3e7e6c8e
...@@ -327,7 +327,6 @@ paths: ...@@ -327,7 +327,6 @@ paths:
/subscription/submissions: /subscription/submissions:
get: get:
tags: tags:
- public
- subscription - subscription
summary: Retrieves all submissions for this competition summary: Retrieves all submissions for this competition
description: Retrieves all submissions for this competition. description: Retrieves all submissions for this competition.
...@@ -344,6 +343,7 @@ paths: ...@@ -344,6 +343,7 @@ paths:
- $ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/TeamSubscriptionSubmission' - $ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/TeamSubscriptionSubmission'
post: post:
tags: tags:
- public
- subscription - subscription
summary: Creates a submission for the competition summary: Creates a submission for the competition
description: Creates a new submission for the competition. description: Creates a new submission for the competition.
......
...@@ -102,7 +102,6 @@ FormTemplate: ...@@ -102,7 +102,6 @@ FormTemplate:
FormField: FormField:
required: required:
- label - label
- key
- removable - removable
- required - required
- type - type
...@@ -110,8 +109,6 @@ FormField: ...@@ -110,8 +109,6 @@ FormField:
properties: properties:
label: label:
type: string type: string
key:
type: string
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