Skip to content

Commit

Permalink
Swagger Correctness changes for Sentinel Bookmarks (#12556)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzhao8888 authored Feb 4, 2021
1 parent 498be82 commit 34405a7
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5598,6 +5598,21 @@
"description": "Describes a user that updated the bookmark",
"type": "object"
},
"eventTime": {
"description": "The bookmark event time",
"format": "date-time",
"type": "string"
},
"queryStartTime": {
"description": "The start time for the query",
"format": "date-time",
"type": "string"
},
"queryEndTime": {
"description": "The end time for the query",
"format": "date-time",
"type": "string"
},
"incidentInfo": {
"$ref": "#/definitions/IncidentInfo",
"description": "Describes an incident that relates to bookmark",
Expand Down Expand Up @@ -5646,6 +5661,13 @@
"$ref": "#/definitions/Entity"
},
"type": "array"
},
"edges": {
"description": "Array of expansion result connected entities",
"items": {
"$ref": "#/definitions/ConnectedEntity"
},
"type": "array"
}
},
"type": "object"
Expand Down Expand Up @@ -7086,6 +7108,19 @@
},
"type": "object"
},
"ConnectedEntity": {
"description": "Expansion result connected entities",
"properties": {
"targetEntityId": {
"description": "Entity Id of the connected entity",
"type": "string"
},
"additionalData": {
"description": "key-value pairs for a connected entity mapping",
"type": "object"
}
}
},
"TimelineResultsMetadata": {
"description": "Expansion result metadata.",
"properties": {
Expand Down Expand Up @@ -11307,12 +11342,6 @@
"type": "string"
}
},
"required": [
"incidentId",
"severity",
"title",
"relationName"
],
"type": "object"
},
"WatchlistList": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1859,6 +1859,21 @@
"description": "Describes a user that updated the bookmark",
"type": "object"
},
"eventTime": {
"description": "The bookmark event time",
"format": "date-time",
"type": "string"
},
"queryStartTime": {
"description": "The start time for the query",
"format": "date-time",
"type": "string"
},
"queryEndTime": {
"description": "The end time for the query",
"format": "date-time",
"type": "string"
},
"incidentInfo": {
"$ref": "#/definitions/IncidentInfo",
"description": "Describes an incident that relates to bookmark",
Expand Down Expand Up @@ -3522,12 +3537,6 @@
"type": "string"
}
},
"required": [
"incidentId",
"severity",
"title",
"relationName"
],
"type": "object"
}
},
Expand Down

0 comments on commit 34405a7

Please sign in to comment.