mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
16 lines
224 B
YAML
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'
|