Adding the pageable constant string

This commit is contained in:
Irvine Sunday 2020-03-16 12:51:35 +03:00
parent d886f6c9b9
commit adfdd59faa

View file

@ -59,5 +59,10 @@ namespace Microsoft.OpenApi.OData.Common
/// extension for group type
/// </summary>
public static string xMsDosGroupPath = "x-ms-docs-grouped-path";
/// <summary>
/// extension for paging
/// </summary>
public static string xMsPageable = "x-ms-pageable";
}
}