Skip to content

Commit

Permalink
Resolved review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tasharm-0412 committed Mar 11, 2020
1 parent 307f180 commit afb3dcd
Showing 1 changed file with 1 addition and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
"properties": {
"code": {
"type": "string",
"enum": [ "TooManyLongTokensInDocument" ],
"enum": [ "LongWordsInDocument", "DocumentTruncated" ],
"x-ms-enum": {
"name": "WarningCodeValue",
"modelAsString": false
Expand Down Expand Up @@ -777,13 +777,6 @@
"items": {
"$ref": "#/definitions/SentenceOpinion"
}
},
"warnings": {
"type": "array",
"description": "The warnings generated for the sentence.",
"items": {
"type": "string"
}
}
}
},
Expand Down Expand Up @@ -824,13 +817,6 @@
"items": {
"$ref": "#/definitions/AspectRelation"
}
},
"warnings": {
"type": "array",
"description": "The warnings generated for the sentence.",
"items": {
"type": "string"
}
}
}
},
Expand Down Expand Up @@ -868,13 +854,6 @@
"isNegated": {
"type": "boolean",
"description": "The indicator representing if the opinion is negated."
},
"warnings": {
"type": "array",
"description": "The warnings generated for the sentence.",
"items": {
"type": "string"
}
}
}
},
Expand All @@ -890,13 +869,6 @@
"links": {
"type": "string",
"description": "The JSON pointer indicating the linked object."
},
"warnings": {
"type": "array",
"description": "The warnings generated for the sentence.",
"items": {
"type": "string"
}
}
}
},
Expand Down

0 comments on commit afb3dcd

Please sign in to comment.