Open jamesRUS52 opened 3 months ago
I have the same issue
Hmmm...
nullable
, so you should update to 4.38.0 and check the Changelog for how to use it.format: date
, it's a bit tricky because I don't want to tie Scribe directly to OpenAPI. But I'll think about it, and I'm open to any suggestions.
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