Skip to content

Bug: allOf with description  #51

@siggi-k

Description

@siggi-k

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
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions