module.exports = {
"endpoint": {
"get": {
summary: "Returns the list of all ...",
responses: {
200: {
content: {
"application/json": {
schema: JSONSchema.make(MySchemaResponseType),
},
},
},
},
},
},
};