{
"type": "RATING_TABLE",
"id": "<string>",
"inputs": [
{
"id": "<string>",
"unit": "<string>",
"options": {
"includeMin": true,
"includeMax": true
}
}
],
"factors": [
{
"type": "RATING_FACTORS",
"exactInputs": [
{
"id": "<string>",
"value": "<string>"
}
],
"rangeInputs": [
{
"id": "<string>",
"min": 123,
"max": 123
}
],
"value": 123
}
]
}{
"type": "RATING_TABLE",
"id": "<string>",
"inputs": [
{
"id": "<string>",
"unit": "<string>",
"options": {
"includeMin": true,
"includeMax": true
}
}
],
"factors": [
{
"type": "RATING_FACTORS",
"exactInputs": [
{
"id": "<string>",
"value": "<string>"
}
],
"rangeInputs": [
{
"id": "<string>",
"min": 123,
"max": 123
}
],
"value": 123
}
]
}Rating table
type
RATING_TABLE id
factors
Show child attributes
type
RATING_FACTORS value
Was this page helpful?