{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "EntitySentimentEntityLink", "type": "object", "properties": { "uri": { "type": "string", "description": "Entity URI" }, "provider": { "type": "string", "description": "Entity provider" }, "types": { "type": "array", "description": "Entity types", "items": { "type": "string" } }, "confidence": { "$ref": "#/definitions/GenericConfidence" } } }