swag-payments/spec/definitions/InvoiceCreated.yaml

10 lines
176 B
YAML
Raw Normal View History

type: object
allOf:
- $ref: '#/definitions/InvoiceChange'
- type: object
required:
- invoice
properties:
invoice:
$ref: '#/definitions/Invoice'