From 761c1157413c54272355ad8da08be8ea501f49cd Mon Sep 17 00:00:00 2001 From: Eloy Toro Date: Wed, 15 Jan 2025 09:51:21 +0100 Subject: [PATCH] add reporter APIs to schema --- .../usage/common-features-schema.json | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/schemas/telemetry/usage/common-features-schema.json b/schemas/telemetry/usage/common-features-schema.json index f6eebb3..d25a1fb 100644 --- a/schemas/telemetry/usage/common-features-schema.json +++ b/schemas/telemetry/usage/common-features-schema.json @@ -43,6 +43,28 @@ } } }, + { + "required": ["feature"], + "title": "CreateReporter", + "properties": { + "feature": { + "type": "string", + "description": "createReporter API", + "const": "create-reporter" + } + } + }, + { + "required": ["feature"], + "title": "GetReporter", + "properties": { + "feature": { + "type": "string", + "description": "getReporter API", + "const": "get-reporter" + } + } + }, { "required": ["feature"], "title": "AddAction",