{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AspectSentimentSentenceAspect", "type": "object", "description": "Aspect data per sentence", "properties": { "aspect": { "$ref": "#/definitions/GenericAspect" }, "aspect_confidence": { "$ref": "#/definitions/GenericAspectConfidence" }, "polarity": { "$ref": "#/definitions/GenericPolarity" }, "polarity_confidence": { "$ref": "#/definitions/GenericPolarityConfidence" } } }