Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.1.0
version: wip
x-camara-commonalities: 0.5
externalDocs:
description: Product documentation at Camara
url: https://github.com/camaraproject/DeviceStatus

servers:
- url: "{apiRoot}/connected-network-type-subscriptions/v0.1"
- url: "{apiRoot}/connected-network-type-subscriptions/vwip"
variables:
apiRoot:
default: http://localhost:9091
Expand Down Expand Up @@ -611,7 +611,7 @@ components:
$ref: "#/components/schemas/Protocol"
sink:
type: string
format: url
format: uri
description: The address to which events shall be delivered using the selected protocol.
example: "https://endpoint.example.com/sink"
types:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.7.0
version: wip
x-camara-commonalities: 0.5
externalDocs:
description: Product documentation at CAMARA
url: https://github.com/camaraproject/DeviceStatus

servers:
- url: "{apiRoot}/device-reachability-status-subscriptions/v0.7"
- url: "{apiRoot}/device-reachability-status-subscriptions/vwip"
variables:
apiRoot:
default: http://localhost:9091
Expand Down Expand Up @@ -626,7 +626,7 @@ components:
$ref: "#/components/schemas/Protocol"
sink:
type: string
format: url
format: uri
description: The address to which events shall be delivered using the selected protocol.
example: "https://endpoint.example.com/sink"
types:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,14 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.7.0
version: wip
x-camara-commonalities: 0.5
externalDocs:
description: Product documentation at CAMARA
url: https://github.com/camaraproject/DeviceStatus

servers:
- url: "{apiRoot}/device-roaming-status-subscriptions/v0.7"
- url: "{apiRoot}/device-roaming-status-subscriptions/vwip"
variables:
apiRoot:
default: http://localhost:9091
Expand Down Expand Up @@ -653,7 +653,7 @@ components:
$ref: "#/components/schemas/Protocol"
sink:
type: string
format: url
format: uri
description: The address to which events shall be delivered using the selected protocol.
example: "https://endpoint.example.com/sink"
types:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Connected_Network_Type_Subscription
Feature: CAMARA Connected Network Type Subscriptions API, v0.1.0 - Operations createConnectedNetworkTypeSubscription, retrieveConnectedNetworkTypeSubscriptionList, retrieveConnectedNetworkTypeSubscription and deleteConnectedNetworkTypeSubscription
Feature: CAMARA Connected Network Type Subscriptions API, vwip - Operations createConnectedNetworkTypeSubscription, retrieveConnectedNetworkTypeSubscriptionList, retrieveConnectedNetworkTypeSubscription and deleteConnectedNetworkTypeSubscription

# Input to be provided by the implementation to the tester
#
Expand All @@ -15,7 +15,7 @@ Feature: CAMARA Connected Network Type Subscriptions API, v0.1.0 - Operations cr
# References to OAS spec schemas refer to schemas specifies in connected-network-type-subscriptions.yaml

Background: Connected Network Type Subscriptions setup
Given the resource "{apiroot}/connected-network-type-subscriptions/v0.1" as base-url
Given the resource "{apiroot}/connected-network-type-subscriptions/vwip" as base-url
And the header "Authorization" is set to a valid access token
And the header "x-correlator" is set to a UUID value

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Device_Reachability_Status_Subscription
Feature: Device Reachability Status Subscriptions API, v0.7.0 - Operations createDeviceReachabilityStatusSubscription, retrieveDeviceReachabilityStatusSubscriptionList, retrieveDeviceReachabilityStatusSubscription and deleteDeviceReachabilityStatusSubscription
Feature: Device Reachability Status Subscriptions API, vwip - Operations createDeviceReachabilityStatusSubscription, retrieveDeviceReachabilityStatusSubscriptionList, retrieveDeviceReachabilityStatusSubscription and deleteDeviceReachabilityStatusSubscription

# Input to be provided by the implementation to the tester
#
Expand All @@ -15,7 +15,7 @@ Feature: Device Reachability Status Subscriptions API, v0.7.0 - Operations creat
# References to OAS spec schemas refer to schemas specifies in device-reachability-status-subscriptions.yaml

Background: Common Device Reachability Status Subscriptions setup
Given the resource "{apiroot}/device-reachability-status-subscriptions/v0.7" as base-url
Given the resource "{apiroot}/device-reachability-status-subscriptions/vwip" as base-url
And the header "Authorization" is set to a valid access token
And the header "x-correlator" is set to a UUID value

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Device_Status_Roaming_Subscription
Feature: Device Roaming Status Subscriptions API, v0.7.0 - Operations createDeviceRoamingStatusSubscription, retrieveDeviceRoamingStatusSubscriptionList, retrieveDeviceRoamingStatusSubscription and deleteDeviceRoamingStatusSubscription
Feature: Device Roaming Status Subscriptions API, vwip - Operations createDeviceRoamingStatusSubscription, retrieveDeviceRoamingStatusSubscriptionList, retrieveDeviceRoamingStatusSubscription and deleteDeviceRoamingStatusSubscription

# Input to be provided by the implementation to the tester
#
Expand All @@ -14,7 +14,7 @@ Feature: Device Roaming Status Subscriptions API, v0.7.0 - Operations createDevi
# References to OAS spec schemas refer to schemas specified in device-roaming-status-subscriptions.yaml

Background: Common Device Roaming Status Subscriptions setup
Given the resource "{apiroot}/device-roaming-status-subscriptions/v0.7" as base-url
Given the resource "{apiroot}/device-roaming-status-subscriptions/vwip" as base-url
And the header "Authorization" is set to a valid access token
And the header "x-correlator" is set to a UUID value

Expand Down