Enum IntegerType
Specifies the .NET type to use for OpenAPI integer types without a format specifier
public enum IntegerType
Fields
Int32 = 0Use System.Int32 (int) for integers without format
Int64 = 1Use System.Int64 (long) for integers without format