Deprecation
A Deprecation object describes the condition of deprecation for a TileDefinition or Storage Definition. This entity contains
a flag indicating whether the object is deprecated and may contain a message with more detail.
"deprecation": { "deprecated": true, "message": "This tile has been deprecated. Please replace it with the new Featured Users tile." }
Fields
Field | Type | Mode † | Description |
---|---|---|---|
message | String | read-only | A message describing why this object has been deprecated and/or recommendation on how to proceed. This message appears in the Jive UI when attempting to access the deprecated object. |
deprecated | Boolean | read-only | Indicates whether this tile or storage definition is deprecated. |