Closed azan-n closed 7 months ago
Some request bodies get listed as object.
object
For the following requestBody
"requestBody": { "content": { "application/json": { "schema": { "allOf": [ { "$ref": "#/components/schemas/TrialPolicyRequestModel" }, { "required": [ "allowContainerActivation", "allowVmActivation", "disableGeoLocation", "fingerprintMatchingStrategy", "name", "trialLength", "userLocked" ] } ] } } } }
Same as response objects, the request body should render correctly.
Every time
No response
Describe the bug
Some request bodies get listed as
object
.To Reproduce
For the following requestBody
Expected behavior
Same as response objects, the request body should render correctly.
How often does this bug happen?
Every time
System Info
No response
Additional Context
No response