{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-schema/openapi.yml-mention-sentiment-schema.json", "title": "MentionSentiment", "description": "

Contains the sentiment and sentiment score for one mention of an entity.

For more information about targeted sentiment, see Targeted sentiment.

", "type": "object", "properties": { "Sentiment": { "allOf": [ { "$ref": "#/components/schemas/SentimentType" }, { "description": "The sentiment of the mention. " } ] }, "SentimentScore": { "$ref": "#/components/schemas/SentimentScore" } } }