Detected polarity
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "GenericPolarity", "type": "string", "description": "Detected polarity", "enum": [ "positive", "negative", "neutral" ] }