-
-
Notifications
You must be signed in to change notification settings - Fork 359
Open
Labels
Description
Scribe version
4.37.1
Your question
I use ResponseFromApiResource attribute to get sample response.
I saw that response/properties section in open api spec contains only type and example
Is it possible to get more detail, e.g.
nullable: true
format: "date"
and so on
?
I use Osteel validation package to compare swagger docs and real api response
and it fail because generated openapi spec not contain detailed data about data types
Docs
- I've checked the docs, the troubleshooting guide, and existing issues, but I didn't find a solution
shaedrich