Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Support traits #48

@aggenebbisj

Description

@aggenebbisj

Traits do not seem to be picked up automatically.

If I have the following:

sealed trait Foo(x: Int)
case class Bar(x: Int) extends Foo

the generated Swagger definition is:

Foo: {
  type: "object"
}

I would expect the property x to be there as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions