dave
11/29/2018, 3:38 PM{
"in": "body",
"name": "body",
"required": true,
"schema": {
"$ref": "#/definitions/someOtherDefinitionId"
},
"description": "the body of the message"
}
reik.schatz
12/03/2018, 3:28 PMtype
should always be a child of schema
null
this code will render type
like this{
"in": "body",
"name": "body",
"required": true,
"type": "object",
"description": "Some JSON"
}