26 lines
376 B
Cheetah
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
|