{ "$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-detect-targeted-sentiment-response-schema.json", "title": "DetectTargetedSentimentResponse", "description": "DetectTargetedSentimentResponse schema", "type": "object", "properties": { "Entities": { "allOf": [ { "$ref": "#/components/schemas/ListOfTargetedSentimentEntities" }, { "description": "Targeted sentiment analysis for each of the entities identified in the input text." } ] } } }