Adding the odata.nextlink response object

This commit is contained in:
Irvine Sunday 2020-03-16 19:09:36 +03:00
parent 12518af366
commit ec8207fea7

View file

@ -6,6 +6,7 @@
using System.Collections.Generic;
using System.Linq;
using Microsoft.OData.Edm;
using Microsoft.OpenApi.Any;
using Microsoft.OpenApi.Models;
using Microsoft.OpenApi.OData.Common;
using Microsoft.OpenApi.OData.Edm;
@ -160,6 +161,13 @@ namespace Microsoft.OpenApi.OData.Operation
}
}
}
},
{
"'@odata.nextLink'",
new OpenApiSchema
{
Type = "string"
}
}
}
}