Skip to content

Commit

Permalink
Merge pull request #7 from samchon/features/recursiveRef
Browse files Browse the repository at this point in the history
Add `x-samchon-emended` property in every converters.
  • Loading branch information
samchon authored Apr 12, 2024
2 parents 47090bd + a0e1569 commit 9346f25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@samchon/openapi",
"version": "0.1.5",
"version": "0.1.6",
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/internal/OpenApiV3Converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export namespace OpenApiV3Converter {
)
: undefined,
openapi: "3.1.0",
"x-samchon-emended": true,
});

/* -----------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions src/internal/SwaggerV2Converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export namespace SwaggerV2Converter {
: undefined,
security: input.security,
tags: input.tags,
"x-samchon-emended": true,
});

/* -----------------------------------------------------------
Expand Down

0 comments on commit 9346f25

Please sign in to comment.