a-chacon / oas_rails

Generate Automatic Interactive Documentation for Your Rails API
GNU General Public License v3.0
69 stars 4 forks source link

Request Body Boolean or Datetime ? #35

Closed Metalzoid closed 3 months ago

Metalzoid commented 3 months ago

Hey ! It's me, again .. ahah

I try to make Boolean in the request_body...

If String, the schema is this : { availability: { start_date: string end_date: string available: string }}

But if it's Boolean : : any

And another for the date, if i type Date, return String, and Datetime return : : any

Thx