UNPKG

@wmfs/tymly-rankings-plugin

Version:

Plugin which handles ranking of data for Tymly framework

48 lines (47 loc) 1.12 kB
{ "label": "Hotel factors", "description": "Holds the factors and weights to build a risk score for a Hotel", "schema": { "properties": { "value": { "type": "object", "default": { "exponent": { "veryLow": -0.004, "low": -0.0028, "medium": -0.0015, "high": -0.001, "veryHigh": -0.0009 }, "usage": { "type": "constant", "score": 8 }, "foodStandards": { "type": "options", "default": 0, "options": [ { "type": "numeric-range", "minimum": 0, "maximum": 2, "score": 10 }, { "type": "numeric-range", "minimum": 3, "maximum": 4, "score": 8 }, { "type": "numeric-constant", "numericValue": 5, "score": 4 } ] } } } } } }