atomicbits / scraml

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

A simple string body type generates multiple actions with te same body type (string) in the DSL #129

Closed rigolepe closed 7 years ago

rigolepe commented 7 years ago

E.g.

  post:
    body:
      plain/text:
        type: string
        required: false