Forum Discussion

Jaymeen-Sonara's avatar
Jaymeen-Sonara
New Member
2 months ago

How to define both fixed and dynamic fields in request body (visible in Swagger/Mintlify UI)?

I'm working on an OpenAPI 3.0 specification and I need to define a request body schema that includes: Two static fields: title (string) and description (string), both required Additional dynamic/c...