From cabcacdb89eb1748b0134b3b710bc1d624291359 Mon Sep 17 00:00:00 2001 From: josuh Date: Mon, 16 Mar 2020 12:20:39 -0700 Subject: [PATCH] removing ids from aspects and opinions --- .../preview/v3.1-preview.1/TextAnalytics.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/specification/cognitiveservices/data-plane/TextAnalytics/preview/v3.1-preview.1/TextAnalytics.json b/specification/cognitiveservices/data-plane/TextAnalytics/preview/v3.1-preview.1/TextAnalytics.json index 66283f2bc8bc..000ad3cccf60 100644 --- a/specification/cognitiveservices/data-plane/TextAnalytics/preview/v3.1-preview.1/TextAnalytics.json +++ b/specification/cognitiveservices/data-plane/TextAnalytics/preview/v3.1-preview.1/TextAnalytics.json @@ -782,12 +782,8 @@ }, "SentenceAspect": { "type": "object", - "required": [ "confidenceScores", "id", "length", "offset", "relations", "sentiment", "text" ], + "required": [ "confidenceScores", "length", "offset", "relations", "sentiment", "text" ], "properties": { - "id": { - "type": "string", - "description": "Unique, non-empty document identifier." - }, "sentiment": { "type": "string", "enum": [ "positive", "mixed", "negative" ], @@ -822,12 +818,8 @@ }, "SentenceOpinion": { "type": "object", - "required": [ "confidenceScores", "id", "isNegated", "length", "offset", "sentiment", "text" ], + "required": [ "confidenceScores", "isNegated", "length", "offset", "sentiment", "text" ], "properties": { - "id": { - "type": "string", - "description": "Unique, non-empty document identifier." - }, "sentiment": { "type": "string", "enum": [ "positive", "mixed", "negative" ],