addedOutput schema / properties / incidents / items / properties / duration
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / incidents / items / properties / durationLabel
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / incidents / items / properties / durationMs
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / incidents / items / properties / huntertechUrl
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / incidents / items / properties / isOngoing
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / incidents / items / properties / vendorIncidentsUrl
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / incidents / items / properties / vendorStatusUrl
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
changedOutput schema / properties / incidents / items / required
Previous value: -[
- "id",
- "vendorId",
- "vendorName",
- "title",
- "status",
- "startedAt",
- "updatedAt",
- "resolvedAt",
- "url",
- "summary"
-]New value: +[
+ "id",
+ "vendorId",
+ "vendorName",
+ "title",
+ "status",
+ "startedAt",
+ "updatedAt",
+ "resolvedAt",
+ "url",
+ "vendorStatusUrl",
+ "vendorIncidentsUrl",
+ "huntertechUrl",
+ "duration",
+ "durationLabel",
+ "summary"
+]
addedOutput schema / properties / vendorIncidentsUrl
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}