-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Javier García de la Noceda Argüelles
committed
Oct 2, 2024
1 parent
c051ca6
commit 02ed394
Showing
7 changed files
with
158 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 48 additions & 0 deletions
48
...ts/SwaggerGeneratorVerifyTests.GetSwagger_SetsResponse_IfActionHasHttpResult.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
Info: { | ||
Title: Test API, | ||
Version: V1 | ||
}, | ||
Paths: { | ||
/resource: { | ||
Operations: { | ||
Post: { | ||
Tags: [ | ||
{ | ||
Name: Fake, | ||
UnresolvedReference: false | ||
} | ||
], | ||
Responses: { | ||
200: { | ||
Description: OK, | ||
Content: { | ||
application/json: { | ||
Schema: { | ||
Type: integer, | ||
Format: int32, | ||
ReadOnly: false, | ||
WriteOnly: false, | ||
AdditionalPropertiesAllowed: true, | ||
Nullable: false, | ||
Deprecated: false, | ||
UnresolvedReference: false | ||
} | ||
} | ||
}, | ||
UnresolvedReference: false | ||
}, | ||
404: { | ||
Description: Not Found, | ||
UnresolvedReference: false | ||
} | ||
}, | ||
Deprecated: false | ||
} | ||
}, | ||
UnresolvedReference: false | ||
} | ||
}, | ||
Components: {}, | ||
HashCode: 2568F195C8E7044994B2913208FC9DA1D22B1CD954855BB6B9F9659F8262B949DF11C0A191FBEFF713F9AB6FDCF9B092D311714661D8AA13D8153DEF3D8719D3 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters