In the current [Spring Hateoas](https://docs.spring.io/spring-hateoas/docs/current/reference/html/#mediatypes.hal-forms.metadata), it is not possible to add a limit for decimal values. It would be useful for fields accepting decimal values. `@DecimalMin/@DecimalMax` currently does not work and is only limited to having the `@Min/@Max` annotations.