Skip to content

Commit

Permalink
add format to integer
Browse files Browse the repository at this point in the history
  • Loading branch information
Moran Raz Mizrahi committed Aug 31, 2020
1 parent 254d797 commit ff34dfd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6339,7 +6339,8 @@
"properties": {
"count": {
"description": "Total number of aggregations of the given kind in the incident related entities result.",
"type": "integer"
"type": "integer",
"format": "int32"
},
"entityKind": {
"$ref": "#/definitions/EntityInnerKind",
Expand Down

0 comments on commit ff34dfd

Please sign in to comment.