gouick/templates/go-swagger/custom/api/001-general.yaml.tmpl

26 lines
376 B
Cheetah
Raw Normal View History

2022-08-10 15:40:37 +00:00
---
definitions:
#
# GENERAL TYPEs
#
Error:
type: object
properties:
code:
type: integer
format: int64
message:
type: string
Metadata:
type: object
required:
- this
- total
properties:
total:
type: integer
format: int64
this:
type: integer
format: int64