Skip to content

Commit

Permalink
Changed few fields (Azure#12432)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmuel authored and mkarmark committed Jul 20, 2021
1 parent 6f0d53c commit df48e0c
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"type": "object",
"properties": {
"isEligible": {
"type": "string",
"type": "boolean",
"description": "is series eligible for dynamic threshold analysis"
},
"status": {
Expand All @@ -176,6 +176,11 @@
}
},
"description": "The statistics"
},
"internalOperationId": {
"type": "string",
"readOnly": true,
"description": "internal operation id"
}
},
"required": [
Expand Down

0 comments on commit df48e0c

Please sign in to comment.