-
Notifications
You must be signed in to change notification settings - Fork 3
Json Managed representation (Scale)
Stig Norland edited this page May 29, 2018
·
4 revisions
{
"name" : "SCALE 5",
"children" : [
"label" : "en",
"hierarchyLevel" : "ENTITY",
"categoryType" : "CATEGORY"
}, {
"label" : "to",
"hierarchyLevel" : "ENTITY",
"categoryType" : "CATEGORY"
}, {
"label" : "Tre",
"hierarchyLevel" : "ENTITY",
"categoryType" : "CATEGORY"
} ],
"label" : "scale 5",
"inputLimit" : {
"minimum" : "1",
"maximum" : "5"
},
"classificationLevel" : "Interval",
"hierarchyLevel" : "GROUP_ENTITY",
"categoryType" : "SCALE"
}
}
inputlimit in SCALE representation tells us what the scale start and ends on, this is a 5 point scale starting with 1 ending on 5.
"inputLimit" : {
"minimum" : "1",
"maximum" : "5"
},