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 PMreik.schatz
12/03/2018, 3:28 PMreik.schatz
12/03/2018, 3:29 PMreik.schatz
12/03/2018, 3:29 PMtype should always be a child of schemareik.schatz
12/03/2018, 3:30 PMnull this code will render type like thisreik.schatz
12/03/2018, 3:32 PM{
"in": "body",
"name": "body",
"required": true,
"type": "object",
"description": "Some JSON"
}reik.schatz
12/03/2018, 3:32 PMreik.schatz
12/03/2018, 3:40 PM