| name | data type | description |
|---|---|---|
| constraintMax | number | |
| constraintMin | number | |
| constraints | object | |
| imgHref | string | |
| key | string | |
| locked | boolean | |
| title | string | |
| value | string | |
| valueAsInteger | number |
Example
{
"valueAsInteger" : 12345.0,
"imgHref" : "http://server/path/to/thumbnail.jpg",
"constraints" : {
"property1" : "...",
"property2" : "..."
},
"constraintMin" : 12345.0,
"key" : "Property Key",
"value" : "Property Value",
"title" : "Property Display Name",
"locked" : true,
"constraintMax" : 12345.0
}