softwaremill / softwaremill/tapir
multipleOf is not supported in sttp.apispec.Schema
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 1.5k
- Forks
- 468
- Avg merge
- 5h 37m
- Merged PRs (30d)
- 34
Description
multipleOf is mentioned in the swagger.io documentation to specify a number must be a multiple of another. This is not in the Schema class.
Was asked by adamw to raise an issue who believes that 'adding a new validator should do the trick'.
This is currently requested by a client of mine as a way of reporting to end-users valid values that can be sent so they can configure their UI as appropriate.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the sttp.apispec.Schema class and the validator mechanism referenced in the issue. Trace how existing numeric constraints are represented and emitted, then confirm that multipleOf is included in the generated API specification and validated as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- openapi, scala
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100