swag-payments/spec/definitions/InvoiceEvent.yaml
2017-10-23 16:26:44 +03:00

16 lines
224 B
YAML

type: object
required:
- id
- createdAt
- changes
properties:
id:
type: integer
createdAt:
type: string
format: date-time
changes:
type: array
items:
$ref: '#/definitions/InvoiceChange'