Loading data/subscriptions/fragments/subscription-building-entities-sample.json +9 −1 Original line number Diff line number Diff line { "type":"Subscription", "entities":[ { "type":"Building" } ] ], "notification":{ "format":"keyValues", "endpoint":{ "uri":"http://my.endpoint.org/notify", "accept":"application/json" } } } No newline at end of file data/subscriptions/fragments/subscription-expiresAt-future-update-sample.json +9 −1 Original line number Diff line number Diff line { "expiresAt": "2030-08-01T22:07:00Z" "type":"Subscription", "expiresAt": "2030-08-01T22:07:00Z", "notification":{ "format":"keyValues", "endpoint":{ "uri":"http://my.endpoint.org/notify", "accept":"application/json" } } } No newline at end of file data/subscriptions/fragments/subscription-expiresAt-update-sample.json +9 −1 Original line number Diff line number Diff line { "expiresAt": "2020-08-01T22:07:00Z" "type":"Subscription", "expiresAt": "2020-08-01T22:07:00Z", "notification":{ "format":"keyValues", "endpoint":{ "uri":"http://my.endpoint.org/notify", "accept":"application/json" } } } No newline at end of file data/subscriptions/fragments/subscription-isActive-expiresAt-null-update-sample.json +9 −1 Original line number Diff line number Diff line { "type":"Subscription", "isActive": true, "expiresAt": null "expiresAt": null, "notification":{ "format":"keyValues", "endpoint":{ "uri":"http://my.endpoint.org/notify", "accept":"application/json" } } } No newline at end of file data/subscriptions/fragments/subscription-isActive-expiresAt-update-sample.json +9 −1 Original line number Diff line number Diff line { "type":"Subscription", "isActive": true, "expiresAt": "2030-08-01T22:07:00Z" "expiresAt": "2030-08-01T22:07:00Z", "notification":{ "format":"keyValues", "endpoint":{ "uri":"http://my.endpoint.org/notify", "accept":"application/json" } } } No newline at end of file Loading
data/subscriptions/fragments/subscription-building-entities-sample.json +9 −1 Original line number Diff line number Diff line { "type":"Subscription", "entities":[ { "type":"Building" } ] ], "notification":{ "format":"keyValues", "endpoint":{ "uri":"http://my.endpoint.org/notify", "accept":"application/json" } } } No newline at end of file
data/subscriptions/fragments/subscription-expiresAt-future-update-sample.json +9 −1 Original line number Diff line number Diff line { "expiresAt": "2030-08-01T22:07:00Z" "type":"Subscription", "expiresAt": "2030-08-01T22:07:00Z", "notification":{ "format":"keyValues", "endpoint":{ "uri":"http://my.endpoint.org/notify", "accept":"application/json" } } } No newline at end of file
data/subscriptions/fragments/subscription-expiresAt-update-sample.json +9 −1 Original line number Diff line number Diff line { "expiresAt": "2020-08-01T22:07:00Z" "type":"Subscription", "expiresAt": "2020-08-01T22:07:00Z", "notification":{ "format":"keyValues", "endpoint":{ "uri":"http://my.endpoint.org/notify", "accept":"application/json" } } } No newline at end of file
data/subscriptions/fragments/subscription-isActive-expiresAt-null-update-sample.json +9 −1 Original line number Diff line number Diff line { "type":"Subscription", "isActive": true, "expiresAt": null "expiresAt": null, "notification":{ "format":"keyValues", "endpoint":{ "uri":"http://my.endpoint.org/notify", "accept":"application/json" } } } No newline at end of file
data/subscriptions/fragments/subscription-isActive-expiresAt-update-sample.json +9 −1 Original line number Diff line number Diff line { "type":"Subscription", "isActive": true, "expiresAt": "2030-08-01T22:07:00Z" "expiresAt": "2030-08-01T22:07:00Z", "notification":{ "format":"keyValues", "endpoint":{ "uri":"http://my.endpoint.org/notify", "accept":"application/json" } } } No newline at end of file