We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78af6ff commit 699fd3eCopy full SHA for 699fd3e
src/Microsoft.OpenApi.OData.Reader/Common/Constants.cs
@@ -167,12 +167,6 @@ internal static class Constants
167
/// </summary>
168
public static string StringType = "string";
169
170
- /// <summary>
171
- /// integer type
172
- /// </summary>
173
- [Obsolete("integer is not a valid OpenAPI type. Use number instead.")]
174
- public static string IntegerType = "integer";
175
-
176
/// <summary>
177
/// number type
178
0 commit comments