responses: {
'200': {
content: {
'application/json': {
schema: new Obj({
type: new Str({ description: "the type of object", default: 'foo', example: 'foo' }),
})
},
'text/plain': {
schema: { type: 'string' }
},
},
},
responses: {
'200': {
content: {
'application/json': {
schema: new Obj({
type: new Str({ description: "the type of object", default: 'foo', example: 'foo' }),
})
},
'text/plain': {
schema: { type: 'string' }
},
},
},