{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SentimentPolarity", "description": "Polarity of the sentiment", "enum": [ "positive", "neutral", "negative" ], "type": "string" }