validなapi.jsonを出力できるように修正

This commit is contained in:
osamu
2023-11-26 09:51:31 +09:00
parent 6a9fd7dd60
commit fef067101c
2 changed files with 2 additions and 2 deletions
@@ -108,7 +108,7 @@ export function genOpenapiSpec(config: Config) {
required: true,
content: {
[requestType]: {
schema,
schema: convertSchemaToOpenApiSchema(schema),
},
},
},
File diff suppressed because one or more lines are too long