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