Skip to content

Commit

Permalink
chore: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Nov 16, 2024
1 parent eebb4ce commit 0ee823a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ export function wrapEnumsMapper(obj: any, schema: JsonSchema, options: JsonSchem

registerJsonSchemaMapper("enums", wrapEnumsMapper, SpecTypes.OPENAPI);
registerJsonSchemaMapper("enums", wrapEnumsMapper, SpecTypes.SWAGGER);
registerJsonSchemaMapper("enums", wrapEnumsMapper, SpecTypes.ASYNCAPI);

0 comments on commit 0ee823a

Please sign in to comment.