guardrail-dev / guardrail-dev/guardrail
`TextPlain` `in: body` does not permit non-string values
Open
bug
good first issue
scala-akka-http
- Dominant language
- Scala
- Stars
- 541
- Forks
- 138
- PR merge metrics
- No merged PRs in 30d
Description
The following did not compile, and probably still does not compile. Opening a ticket to track it.
```yaml
parameters:
- name: epoch_seconds
in: body
required: true
schema:
type: integer
format: int64
```
Contributor guide
Assessment
This issue has not been assessed yet.