eikek / eikek/sbt-openapi-schema
not possible to generate Option[List[Foo]] or empty list
Open
- Dominant language
- Scala
- Stars
- 27
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
there is not possible to generate Option[List[Foo]] or empty list
```
somearray:
type: array
items:
$ref: "#/components/schemas/Foo"
```
We can use property for this feature:
`nullable: true` => for Option[List[Foo]] // to generate Option[List[Foo]]
`default: []` => for empty list // to generate empty list
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.