addedInput schema / properties / destinationId
Added value: +{
+ "description": "The unique identifier of the destination endpoint",
+ "type": "string"
+}
removedInput schema / properties / destination_id
Removed value: -{
- "description": "The destination endpoint ID",
- "type": "string"
-}
removedInput schema / properties / payload / description
Removed value: -"Payload configuration"
addedInput schema / properties / payload / properties / deliveryProtocol
Added value: +{
+ "description": "Delivery protocol",
+ "type": "string"
+}
removedInput schema / properties / payload / properties / delivery_protocol
Removed value: -{
- "description": "Delivery protocol (HTTPS)",
- "type": "string"
-}
changedInput schema / properties / payload / properties / format / description
Previous value: -"Payload format (JSON)"New value: +"Payload format"
addedInput schema / properties / payload / properties / schemaVersion
Added value: +{
+ "description": "Schema version for the notification topic",
+ "type": "string"
+}
removedInput schema / properties / payload / properties / schema_version
Removed value: -{
- "description": "Schema version",
- "type": "string"
-}
addedInput schema / properties / topicId
Added value: +{
+ "description": "The unique identifier of the notification topic",
+ "type": "string"
+}
removedInput schema / properties / topic_id
Removed value: -{
- "description": "The notification topic ID",
- "type": "string"
-}