Skip to content
Merged
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
6 changes: 3 additions & 3 deletions code/API_definitions/geofencing-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,17 @@ info:

(FAQs will be added in a later version of the documentation)

version: 0.5.0
version: wip
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
x-camara-commonalities: 0.6
x-camara-commonalities: tbd
externalDocs:
description: Project documentation at Camara
url: https://github.com/camaraproject/DeviceLocation

servers:
- url: "{apiRoot}/geofencing-subscriptions/v0.5"
- url: "{apiRoot}/geofencing-subscriptions/vwip"
variables:
apiRoot:
default: http://localhost:9091
Expand Down
6 changes: 3 additions & 3 deletions code/API_definitions/location-retrieval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,16 @@ info:
# Further info and support

(FAQs will be added in a later version of the documentation)
version: 0.5.0
version: wip
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
x-camara-commonalities: 0.6
x-camara-commonalities: tbd
externalDocs:
description: Project documentation at Camara
url: https://github.com/camaraproject/DeviceLocation
servers:
- url: '{apiRoot}/location-retrieval/v0.5'
- url: '{apiRoot}/location-retrieval/vwip'
variables:
apiRoot:
default: http://localhost:9091
Expand Down
6 changes: 3 additions & 3 deletions code/API_definitions/location-verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,16 @@ info:
# Further info and support

(FAQs will be added in a later version of the documentation)
version: 3.0.0
version: wip
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
x-camara-commonalities: 0.6
x-camara-commonalities: tbd
externalDocs:
description: Project documentation at CAMARA
url: https://github.com/camaraproject/DeviceLocation
servers:
- url: "{apiRoot}/location-verification/v3"
- url: "{apiRoot}/location-verification/vwip"
variables:
apiRoot:
default: http://localhost:9091
Expand Down
4 changes: 2 additions & 2 deletions code/Test_definitions/geofencing-subscriptions.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: Camara Geofencing Subscriptions API, v0.5.0 - Operations on subscriptions
Feature: Camara Geofencing Subscriptions API, vwip - Operations on subscriptions

# Input to be provided by the implementation to the tester
#
Expand All @@ -14,7 +14,7 @@ Feature: Camara Geofencing Subscriptions API, v0.5.0 - Operations on subscriptio

Background: Common Geofencing Subscriptions setup
Given an environment at "apiRoot"
And the resource "/geofencing-subscriptions/v0.5/" as geofencing base-url
And the resource "/geofencing-subscriptions/vwip/" as geofencing base-url
And the header "Authorization" is set to a valid access token
And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"

Expand Down
4 changes: 2 additions & 2 deletions code/Test_definitions/location-retrieval.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: CAMARA Device location retrieval API, v0.5.0 - Operation retrieveLocation
Feature: CAMARA Device location retrieval API, vwip - Operation retrieveLocation
# Input to be provided by the implementation to the tester
#
# Implementation indications:
Expand All @@ -14,7 +14,7 @@ Feature: CAMARA Device location retrieval API, v0.5.0 - Operation retrieveLocati

Background: Common retrieveLocation setup
Given an environment at "apiRoot"
And the resource "/location-retrieval/v0.5/retrieve" |
And the resource "/location-retrieval/vwip/retrieve" |
And the header "Content-Type" is set to "application/json"
And the header "Authorization" is set to a valid access token
And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"
Expand Down
4 changes: 2 additions & 2 deletions code/Test_definitions/location-verification.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: CAMARA Device location verification API, v3.0.0 - Operation verifyLocation
Feature: CAMARA Device location verification API, vwip - Operation verifyLocation
# Input to be provided by the implementation to the tester
#
# Implementation indications:
Expand All @@ -14,7 +14,7 @@ Feature: CAMARA Device location verification API, v3.0.0 - Operation verifyLocat

Background: Common verifyLocation setup
Given an environment at "apiRoot"
And the resource "/location-verification/v3/verify"
And the resource "/location-verification/vwip/verify"
And the header "Content-Type" is set to "application/json"
And the header "Authorization" is set to a valid access token
And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"
Expand Down