addedInput schema / properties / destinationId
Added value: +{
+ "description": "The unique identifier of the destination",
+ "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",
- "type": "string"
-}
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 / subscriptionId
Added value: +{
+ "description": "The unique identifier for the subscription",
+ "type": "string"
+}
removedInput schema / properties / subscription_id
Removed value: -{
- "description": "The unique identifier for the subscription",
- "type": "string"
-}
changedInput schema / required
Previous value: -[
- "subscription_id"
-]New value: +[
+ "subscriptionId"
+]