Agorapulse · Schema

InboxItemSentiment

Social Media ManagementSocial MediaCRMAnalyticsPublishingInbox ManagementSocial Listening
View JSON Schema on GitHub

JSON Schema

inboxitemsentiment.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "InboxItemSentiment",
  "type": "string",
  "enum": [
    "POSITIVE",
    "NEGATIVE",
    "NEUTRAL"
  ]
}