Removing unnecessary quotation marks

This commit is contained in:
Irvine Sunday 2020-03-19 11:02:23 +03:00
parent 32093e38e4
commit 81f1815e81

View file

@ -46,7 +46,7 @@ namespace Microsoft.OpenApi.OData.Operation
{
OpenApiObject extension = new OpenApiObject
{
{ "nextLinkName", new OpenApiString("'@odata.nextLink'")},
{ "nextLinkName", new OpenApiString("@odata.nextLink")},
{ "operationName", new OpenApiString("listMore")}
};
@ -163,7 +163,7 @@ namespace Microsoft.OpenApi.OData.Operation
}
},
{
"'@odata.nextLink'",
"@odata.nextLink",
new OpenApiSchema
{
Type = "string"