-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Expected result:
For
"paths": {
"/foo": {
"post": {
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"type": "array",
"items": { "$ref": "#/components/schemas/bar" }
}
The example body should be an array
Actual result:
The example body is the bar object
Failing test case prepared: test spec and openapi definition
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed