Skip to content

Commit 4c82802

Browse files
authored
Merge pull request Azure#9 from josuhazure/josuh_aspect
Removing ids from aspects and opinions
2 parents c13e020 + cabcacd commit 4c82802

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

  • specification/cognitiveservices/data-plane/TextAnalytics/preview/v3.1-preview.1

specification/cognitiveservices/data-plane/TextAnalytics/preview/v3.1-preview.1/TextAnalytics.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -782,12 +782,8 @@
782782
},
783783
"SentenceAspect": {
784784
"type": "object",
785-
"required": [ "confidenceScores", "id", "length", "offset", "relations", "sentiment", "text" ],
785+
"required": [ "confidenceScores", "length", "offset", "relations", "sentiment", "text" ],
786786
"properties": {
787-
"id": {
788-
"type": "string",
789-
"description": "Unique, non-empty document identifier."
790-
},
791787
"sentiment": {
792788
"type": "string",
793789
"enum": [ "positive", "mixed", "negative" ],
@@ -822,12 +818,8 @@
822818
},
823819
"SentenceOpinion": {
824820
"type": "object",
825-
"required": [ "confidenceScores", "id", "isNegated", "length", "offset", "sentiment", "text" ],
821+
"required": [ "confidenceScores", "isNegated", "length", "offset", "sentiment", "text" ],
826822
"properties": {
827-
"id": {
828-
"type": "string",
829-
"description": "Unique, non-empty document identifier."
830-
},
831823
"sentiment": {
832824
"type": "string",
833825
"enum": [ "positive", "mixed", "negative" ],

0 commit comments

Comments
 (0)