Open
Description
Invoice.yaml
title: Invoice
x-table: invoices
type: object
properties:
id:
type: integer
reference_invoice:
allOf:
- $ref: '#/components/schemas/Invoice'
- x-faker: false
- description: This field is only set on invoices of type "cancellation_invoice"
Bug: description don't work with allOf. Is not displayed in the generated BaseModel
.
Metadata
Metadata
Assignees
Labels
No labels