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

FieldTypeMode Description
messageStringread-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.

deprecatedBooleanread-only

Indicates whether this tile or storage definition is deprecated.

→ Fields used by update and create operations
→ Fields used only by create operations
→ Fields not used by update or create operations