deprecate count field on Event API

This commit is contained in:
Yassine TIJANI
2019-04-02 16:19:02 +02:00
parent 2792f1a24e
commit 0f3e9ca700
8 changed files with 9 additions and 4 deletions

View File

@@ -7282,7 +7282,7 @@
"description": "Time of the last occurrence observed"
},
"state": {
"description": "State of this Series: Ongoing or Finished",
"description": "State of this Series: Ongoing or Finished Deprecated. Planned removal for 1.18",
"type": "string"
}
},
@@ -11330,7 +11330,7 @@
"description": "Time when last Event from the series was seen before last heartbeat."
},
"state": {
"description": "Information whether this series is ongoing or finished.",
"description": "Information whether this series is ongoing or finished. Deprecated. Planned removal for 1.18",
"type": "string"
}
},