[[MySQL]]の型、[[Go]]の[[構造体タグ]]、[[OpenAPI Specification]]の型がそれぞれ何になるかを示したマッピング表。
| [[MySQL]] | [[Go]] | [[OpenAPI Specification]] |
| --------- | --------- | ----------------------------- |
| TIME | string | type=string, format=time |
| DATE | time.Time | type=string, format=date |
| DATETIME | time.Time | type=string, format=date-time |
| DOUBLE | float64 | type=number, format=double |