atomicbits / scraml

Generate typesafe Java and Scala REST API clients
Other
43 stars 7 forks source link

Subclass with no extra properties is not generated #154

Open rigolepe opened 6 years ago

rigolepe commented 6 years ago
Layer:
  type: object
  properties:
    name: string
SpecialLayer:
  type: Layer
  properties:

The SpecialLayer isn't generated in the Scala client.