Skip to content

Commit

Permalink
removing (Optional) description
Browse files Browse the repository at this point in the history
  • Loading branch information
josuh committed Jun 3, 2020
1 parent 1866176 commit 2c569ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -770,14 +770,14 @@
},
"aspects": {
"type": "array",
"description": "(Optional) The array of aspect object for the sentence.",
"description": "The array of aspect object for the sentence.",
"items": {
"$ref": "#/definitions/SentenceAspect"
}
},
"opinions": {
"type": "array",
"description": "(Optional) The array of opinion object for the sentence.",
"description": "The array of opinion object for the sentence.",
"items": {
"$ref": "#/definitions/SentenceOpinion"
}
Expand Down

0 comments on commit 2c569ad

Please sign in to comment.