Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The service.ranking property must be of type Integer, otherwise it is ignored.
Unfortunately if the property is defined in JSON without the type, like
"service.ranking": 100
then this results in a Long - which is then ignored.
An analyser is needed to error when this happens and force to use
"service:ranking:Integer": 100
instead.