File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
test/Microsoft.OpenApi.Readers.Tests/V3Tests Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ public void ParseAdvancedInfoShouldSucceed()
41
41
new OpenApiInfo
42
42
{
43
43
Title = "Advanced Info" ,
44
+ Summary = "Sample Summary" ,
44
45
Description = "Sample Description" ,
45
46
Version = "1.0.0" ,
46
47
TermsOfService = new Uri ( "http://example.org/termsOfService" ) ,
@@ -101,6 +102,7 @@ public void ParseBasicInfoShouldSucceed()
101
102
new OpenApiInfo
102
103
{
103
104
Title = "Basic Info" ,
105
+ Summary = "Sample Summary" ,
104
106
Description = "Sample Description" ,
105
107
Version = "1.0.1" ,
106
108
TermsOfService = new Uri ( "http://swagger.io/terms/" ) ,
Original file line number Diff line number Diff line change 1
1
title : Advanced Info
2
2
version : 1.0.0
3
+ summary : Sample Summary
3
4
description : Sample Description
4
5
termsOfService : http://example.org/termsOfService
5
6
contact :
Original file line number Diff line number Diff line change 1
1
{
2
2
" title " : " Basic Info" ,
3
+ " summary " : " Sample Summary" ,
3
4
" description " : " Sample Description" ,
4
5
" termsOfService " : " http://swagger.io/terms/" ,
5
6
" contact " : {
You can’t perform that action at this time.
0 commit comments