We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b73ca commit 279c6adCopy full SHA for 279c6ad
1 file changed
openapi-parser/src/main/java/io/openapiparser/model/v31/Schema.java
@@ -254,7 +254,7 @@ public Collection<String> getType () {
254
*
255
* @return exclusive minimum or null if missing
256
*/
257
- public Number getExclusiveMinimum () {
+ public @Nullable Number getExclusiveMinimum () {
258
return getNumberOrNull (EXCLUSIVE_MINIMUM);
259
}
260
0 commit comments