Skip to content

Commit

Permalink
[Text Analytics] Add AnalyzeJobMetadata to remove its displayName fro…
Browse files Browse the repository at this point in the history
…m healthcare metadata (Azure#12242)
  • Loading branch information
deyaaeldeen authored Jan 6, 2021
1 parent 7c06dc7 commit a5dcb30
Showing 1 changed file with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@
"AnalyzeJobState": {
"allOf": [
{
"$ref": "#/definitions/JobMetadata"
"$ref": "#/definitions/AnalyzeJobMetadata"
},
{
"$ref": "#/definitions/TasksState"
Expand Down Expand Up @@ -1924,9 +1924,6 @@
"format": "date-time",
"type": "string"
},
"displayName": {
"type": "string"
},
"expirationDateTime": {
"format": "date-time",
"type": "string"
Expand Down Expand Up @@ -1964,6 +1961,21 @@
],
"type": "object"
},
"AnalyzeJobMetadata": {
"type": "object",
"allOf": [
{
"$ref": "#/definitions/JobMetadata"
},
{
"properties": {
"displayName": {
"type": "string"
}
}
}
]
},
"KeyPhraseResult": {
"type": "object",
"required": [
Expand Down

0 comments on commit a5dcb30

Please sign in to comment.