gouick/templates/go-swagger/api/001-general.yaml.tmpl
Matthieu 'JP' DERASSE 05ecb05132
Some checks failed
continuous-integration/drone/push Build is failing
feat(init): continue on template
2022-08-10 15:40:37 +00:00

26 lines
376 B
Cheetah

---
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