We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2fb6cc + d71e371 commit e85a4f1Copy full SHA for e85a4f1
src/Microsoft.OpenApi/Extensions/OpenApiTypeMapper.cs
@@ -57,8 +57,8 @@ public static class OpenApiTypeMapper
57
/// Other types including nullables and URL are also supported.
58
/// Common Name type format Comments
59
/// =========== ======= ====== =========================================
60
- /// integer integer int32 signed 32 bits
61
- /// long integer int64 signed 64 bits
+ /// integer number int32 signed 32 bits
+ /// long number int64 signed 64 bits
62
/// float number float
63
/// double number double
64
/// string string [empty]
0 commit comments