Skip to content

Commit

Permalink
Merge pull request Azure#9 from josuhazure/josuh_aspect
Browse files Browse the repository at this point in the history
Removing ids from aspects and opinions
  • Loading branch information
laramume authored Mar 16, 2020
2 parents c13e020 + cabcacd commit 4c82802
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down Expand Up @@ -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" ],
Expand Down

0 comments on commit 4c82802

Please sign in to comment.