Closed chillheart closed 3 years ago
Added logic to AddRange method to check if it is an Int32 or Double. If it is not, then it will not add the range attribute to the schema. OpenAPI only supports integer ranges (https://swagger.io/docs/specification/data-models/data-types/#range)
Added logic to AddRange method to check if it is an Int32 or Double. If it is not, then it will not add the range attribute to the schema. OpenAPI only supports integer ranges (https://swagger.io/docs/specification/data-models/data-types/#range)