Skip to content

Commit

Permalink
fix: examples to use the right 'type'
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl2287 committed Jun 18, 2024
1 parent e74107e commit 6f8799d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ components:
value:
id: "123656"
source: https://notificationSendServer12.supertelco.com
type: org.camaraproject.device-status.v0.connectivity-data
type: org.camaraproject.reachability-status-subscriptions.v0.reachability-data
specversion: "1.0"
datacontenttype: application/json
data:
Expand All @@ -1233,7 +1233,7 @@ components:
value:
id: "123656"
source: https://notificationSendServer12.supertelco.com
type: org.camaraproject.device-status.v0.connectivity-sms
type: org.camaraproject.reachability-status-subscriptions.v0.reachability-sms
specversion: "1.0"
datacontenttype: application/json
data:
Expand All @@ -1246,7 +1246,7 @@ components:
value:
id: "123656"
source: https://notificationSendServer12.supertelco.com
type: org.camaraproject.device-status.v0.connectivity-disconnected
type: org.camaraproject.reachability-status-subscriptions.v0.reachability-disconnected
specversion: "1.0"
datacontenttype: application/json
data:
Expand Down

0 comments on commit 6f8799d

Please sign in to comment.