{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-structure/openapi.yml-mention-sentiment-structure.json", "name": "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" } } }