Skip to content

Commit

Permalink
fix: swagger docs don't align with common entity (#283)
Browse files Browse the repository at this point in the history
* making swagger docs align with common entity

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>

* more chnages for schema

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>

* Revert "more chnages for schema"

This reverts commit 9e7e2c3.

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
  • Loading branch information
allisonsuarez committed Mar 17, 2021
1 parent 6178d60 commit db33af9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion metadata_service/api/swagger_doc/template.yml
Expand Up @@ -121,10 +121,13 @@ components:
name:
type: string
description: 'Column name'
key:
type: string
description: 'Column key'
description:
type: string
description: 'Column description'
type:
col_type:
type: string
description: 'Column type'
sort_order:
Expand Down

0 comments on commit db33af9

Please sign in to comment.