REST Model for the localization information of a specific type.
| name | data type | constraints | description |
|---|---|---|---|
| inherited | number | required int | the inherited |
| localized | number | required int | the localized |
| local | number | required int | the local |
Example
{
"inherited" : 12345,
"localized" : 12345,
"local" : 12345
}