From 934645a4e76fc772e97c62a3ca6785367a2d1a81 Mon Sep 17 00:00:00 2001 From: Fan Yang-ChinaUnicom <130550398+chinaunicomyangfan@users.noreply.github.com> Date: Wed, 25 Feb 2026 17:03:18 +0800 Subject: [PATCH 1/3] Update region-device-count.yaml change version number to wip --- code/API_definitions/region-device-count.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/API_definitions/region-device-count.yaml b/code/API_definitions/region-device-count.yaml index 2baf32f..1409ee0 100644 --- a/code/API_definitions/region-device-count.yaml +++ b/code/API_definitions/region-device-count.yaml @@ -64,7 +64,7 @@ info: As a specific rule, error `501 - NOT_IMPLEMENTED` can be only a possible error response if it is explicitly documented in the API. - version: 0.2.0 + version: wip license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html @@ -73,7 +73,7 @@ externalDocs: description: Project documentation at CAMARA url: https://github.com/camaraproject/RegionDeviceCount servers: - - url: '{apiRoot}/region-device-count/v0.2' + - url: '{apiRoot}/region-device-count/vwip' variables: apiRoot: default: http://localhost:9091 From 555517f2f3f85a3a6ae2e814761180c0249da575 Mon Sep 17 00:00:00 2001 From: Fan Yang-ChinaUnicom <130550398+chinaunicomyangfan@users.noreply.github.com> Date: Wed, 25 Feb 2026 17:04:19 +0800 Subject: [PATCH 2/3] Update region-device-count.feature change version number to wip --- code/Test_definitions/region-device-count.feature | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/code/Test_definitions/region-device-count.feature b/code/Test_definitions/region-device-count.feature index 1229625..9c91891 100644 --- a/code/Test_definitions/region-device-count.feature +++ b/code/Test_definitions/region-device-count.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Region Device Count API v0.2.0 - Operations for device count in specified area +Feature: CAMARA Region Device Count API vwip - Operations for device count in specified area # Input to be provided by the implementation to the tester # @@ -16,11 +16,11 @@ Feature: CAMARA Region Device Count API v0.2.0 - Operations for device count in # * An Area outside the supported region # * A combination of request parameters including area, start time, and end time, such that the number of connected devices in the area is below the local regulatory privacy threshold # -# References to OAS spec schemas refer to schemas specifies in region-device-count.yaml, version 0.2.0 +# References to OAS spec schemas refer to schemas specifies in region-device-count.yaml Background: Common Region Device Count setup Given an environment at "apiRoot" - And the resource "/region-device-count/v0.2/count" + And the resource "/region-device-count/vwip/count" 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" @@ -273,3 +273,4 @@ Feature: CAMARA Region Device Count API v0.2.0 - Operations for device count in And the response property "$.status" is 400 And the response property "$.code" is "REGION_DEVICE_COUNT.UNSUPPPORTED_REQUEST" And the response property "$.message" contains a user friendly text + From 4abb23fabe447d9ec62bf8da34ca9b1b336c7d2f Mon Sep 17 00:00:00 2001 From: Fan Yang-ChinaUnicom <130550398+chinaunicomyangfan@users.noreply.github.com> Date: Wed, 25 Feb 2026 17:09:57 +0800 Subject: [PATCH 3/3] Update region-device-count.feature --- code/Test_definitions/region-device-count.feature | 1 - 1 file changed, 1 deletion(-) diff --git a/code/Test_definitions/region-device-count.feature b/code/Test_definitions/region-device-count.feature index 9c91891..4c58399 100644 --- a/code/Test_definitions/region-device-count.feature +++ b/code/Test_definitions/region-device-count.feature @@ -273,4 +273,3 @@ Feature: CAMARA Region Device Count API vwip - Operations for device count in sp And the response property "$.status" is 400 And the response property "$.code" is "REGION_DEVICE_COUNT.UNSUPPPORTED_REQUEST" And the response property "$.message" contains a user friendly text -