File tree Expand file tree Collapse file tree 10 files changed +91
-91
lines changed
src/Microsoft.OpenApi.OData.Reader/Operation
test/Microsoft.OpenAPI.OData.Reader.Tests/Resources Expand file tree Collapse file tree 10 files changed +91
-91
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ protected override void SetRequestBody(OpenApiOperation operation)
40
40
{
41
41
OpenApiSchema schema = new OpenApiSchema
42
42
{
43
- Type = "String "
43
+ Type = "string "
44
44
} ;
45
45
46
46
operation . RequestBody = new OpenApiRequestBody
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ protected override void SetRequestBody(OpenApiOperation operation)
40
40
{
41
41
OpenApiSchema schema = new OpenApiSchema
42
42
{
43
- Type = "String "
43
+ Type = "string "
44
44
} ;
45
45
46
46
operation . RequestBody = new OpenApiRequestBody
@@ -66,7 +66,7 @@ protected override void SetResponses(OpenApiOperation operation)
66
66
{
67
67
OpenApiSchema schema = new OpenApiSchema
68
68
{
69
- Type = "String " // What to return?
69
+ Type = "string " // What to return?
70
70
} ;
71
71
72
72
operation . Responses = new OpenApiResponses
Original file line number Diff line number Diff line change 998
998
"description" : " New navigation property ref value" ,
999
999
"required" : true ,
1000
1000
"schema" : {
1001
- "type" : " String "
1001
+ "type" : " string "
1002
1002
}
1003
1003
}
1004
1004
],
1005
1005
"responses" : {
1006
1006
"201" : {
1007
1007
"description" : " Created navigation property link." ,
1008
1008
"schema" : {
1009
- "type" : " String "
1009
+ "type" : " string "
1010
1010
}
1011
1011
},
1012
1012
"default" : {
1707
1707
"description" : " New navigation property ref value" ,
1708
1708
"required" : true ,
1709
1709
"schema" : {
1710
- "type" : " String "
1710
+ "type" : " string "
1711
1711
}
1712
1712
}
1713
1713
],
1714
1714
"responses" : {
1715
1715
"201" : {
1716
1716
"description" : " Created navigation property link." ,
1717
1717
"schema" : {
1718
- "type" : " String "
1718
+ "type" : " string "
1719
1719
}
1720
1720
},
1721
1721
"default" : {
2272
2272
"description" : " New navigation property ref values" ,
2273
2273
"required" : true ,
2274
2274
"schema" : {
2275
- "type" : " String "
2275
+ "type" : " string "
2276
2276
}
2277
2277
}
2278
2278
],
3031
3031
"description" : " New navigation property ref value" ,
3032
3032
"required" : true ,
3033
3033
"schema" : {
3034
- "type" : " String "
3034
+ "type" : " string "
3035
3035
}
3036
3036
}
3037
3037
],
3038
3038
"responses" : {
3039
3039
"201" : {
3040
3040
"description" : " Created navigation property link." ,
3041
3041
"schema" : {
3042
- "type" : " String "
3042
+ "type" : " string "
3043
3043
}
3044
3044
},
3045
3045
"default" : {
Original file line number Diff line number Diff line change @@ -720,12 +720,12 @@ paths:
720
720
description : New navigation property ref value
721
721
required : true
722
722
schema :
723
- type : String
723
+ type : string
724
724
responses :
725
725
' 201 ' :
726
726
description : Created navigation property link.
727
727
schema :
728
- type : String
728
+ type : string
729
729
default :
730
730
$ref : ' #/responses/error'
731
731
x-ms-docs-operation-type : operation
@@ -1231,12 +1231,12 @@ paths:
1231
1231
description : New navigation property ref value
1232
1232
required : true
1233
1233
schema :
1234
- type : String
1234
+ type : string
1235
1235
responses :
1236
1236
' 201 ' :
1237
1237
description : Created navigation property link.
1238
1238
schema :
1239
- type : String
1239
+ type : string
1240
1240
default :
1241
1241
$ref : ' #/responses/error'
1242
1242
x-ms-docs-operation-type : operation
@@ -1654,7 +1654,7 @@ paths:
1654
1654
description : New navigation property ref values
1655
1655
required : true
1656
1656
schema :
1657
- type : String
1657
+ type : string
1658
1658
responses :
1659
1659
' 204 ' :
1660
1660
description : Success
@@ -2207,12 +2207,12 @@ paths:
2207
2207
description : New navigation property ref value
2208
2208
required : true
2209
2209
schema :
2210
- type : String
2210
+ type : string
2211
2211
responses :
2212
2212
' 201 ' :
2213
2213
description : Created navigation property link.
2214
2214
schema :
2215
- type : String
2215
+ type : string
2216
2216
default :
2217
2217
$ref : ' #/responses/error'
2218
2218
x-ms-docs-operation-type : operation
Original file line number Diff line number Diff line change 1120
1120
"content" : {
1121
1121
"application/json" : {
1122
1122
"schema" : {
1123
- "type" : " String "
1123
+ "type" : " string "
1124
1124
}
1125
1125
}
1126
1126
},
1132
1132
"content" : {
1133
1133
"application/json" : {
1134
1134
"schema" : {
1135
- "type" : " String "
1135
+ "type" : " string "
1136
1136
}
1137
1137
}
1138
1138
}
1927
1927
"content" : {
1928
1928
"application/json" : {
1929
1929
"schema" : {
1930
- "type" : " String "
1930
+ "type" : " string "
1931
1931
}
1932
1932
}
1933
1933
},
1939
1939
"content" : {
1940
1940
"application/json" : {
1941
1941
"schema" : {
1942
- "type" : " String "
1942
+ "type" : " string "
1943
1943
}
1944
1944
}
1945
1945
}
2623
2623
"content" : {
2624
2624
"application/json" : {
2625
2625
"schema" : {
2626
- "type" : " String "
2626
+ "type" : " string "
2627
2627
}
2628
2628
}
2629
2629
},
3477
3477
"content" : {
3478
3478
"application/json" : {
3479
3479
"schema" : {
3480
- "type" : " String "
3480
+ "type" : " string "
3481
3481
}
3482
3482
}
3483
3483
},
3489
3489
"content" : {
3490
3490
"application/json" : {
3491
3491
"schema" : {
3492
- "type" : " String "
3492
+ "type" : " string "
3493
3493
}
3494
3494
}
3495
3495
}
Original file line number Diff line number Diff line change @@ -798,15 +798,15 @@ paths:
798
798
content :
799
799
application/json :
800
800
schema :
801
- type : String
801
+ type : string
802
802
required : true
803
803
responses :
804
804
' 201 ' :
805
805
description : Created navigation property link.
806
806
content :
807
807
application/json :
808
808
schema :
809
- type : String
809
+ type : string
810
810
default :
811
811
$ref : ' #/components/responses/error'
812
812
x-ms-docs-operation-type : operation
@@ -1372,15 +1372,15 @@ paths:
1372
1372
content :
1373
1373
application/json :
1374
1374
schema :
1375
- type : String
1375
+ type : string
1376
1376
required : true
1377
1377
responses :
1378
1378
' 201 ' :
1379
1379
description : Created navigation property link.
1380
1380
content :
1381
1381
application/json :
1382
1382
schema :
1383
- type : String
1383
+ type : string
1384
1384
default :
1385
1385
$ref : ' #/components/responses/error'
1386
1386
x-ms-docs-operation-type : operation
@@ -1878,7 +1878,7 @@ paths:
1878
1878
content :
1879
1879
application/json :
1880
1880
schema :
1881
- type : String
1881
+ type : string
1882
1882
required : true
1883
1883
responses :
1884
1884
' 204 ' :
@@ -2492,15 +2492,15 @@ paths:
2492
2492
content :
2493
2493
application/json :
2494
2494
schema :
2495
- type : String
2495
+ type : string
2496
2496
required : true
2497
2497
responses :
2498
2498
' 201 ' :
2499
2499
description : Created navigation property link.
2500
2500
content :
2501
2501
application/json :
2502
2502
schema :
2503
- type : String
2503
+ type : string
2504
2504
default :
2505
2505
$ref : ' #/components/responses/error'
2506
2506
x-ms-docs-operation-type : operation
You can’t perform that action at this time.
0 commit comments