{ "202": { "type": "object", "required": [ "message" ], "properties": { "message": { "type": "string", "value": "Accepted" } } }, "204": { "type": "object", "required": [ "message" ], "properties": { "message": { "type": "string", "value": "No Content" } } }, "400": { "type": "object", "required": [ "errors" ], "properties": { "errors": { "type": "array", "items": { "type": "object", "properties": { "message": { "type": "string" } } } } } }, "404": { "type": "object", "required": [ "errors" ], "properties": { "errors": { "type": "array", "items": { "type": "object", "properties": { "message": { "type": "string" } } } } } } }