We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Although the generated document correct, it can be simpler. e.g.
- type: string minimum: 1 nullable: true
minimum: 1 only applys to number, it's safe to remove it when the type is not number. Should be low priority.
minimum: 1
Playground