From 2784c74f90805a9760f97bb2124456592b5f2b1d Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 15 Jul 2025 12:01:14 +0200 Subject: [PATCH] remove properties we don't use --- src/lib/openapi/spec/create-application-schema.ts | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/lib/openapi/spec/create-application-schema.ts b/src/lib/openapi/spec/create-application-schema.ts index 70c7bbcc0a..4d840b8464 100644 --- a/src/lib/openapi/spec/create-application-schema.ts +++ b/src/lib/openapi/spec/create-application-schema.ts @@ -5,20 +5,6 @@ export const createApplicationSchema = { type: 'object', description: 'Reported application information from Unleash SDKs', properties: { - appName: { - deprecated: true, - description: - 'Deprecated: Name of the application. This property is ignored. The app name is taken from the URL instead.', - type: 'string', - example: 'accounting', - }, - sdkVersion: { - deprecated: true, - description: - 'Deprecated: Which SDK and version the application reporting uses. Typically represented as `:`. This is not used in the client_applications db table.', - type: 'string', - example: 'unleash-client-java:8.0.0', - }, strategies: { description: 'Which [strategies](https://docs.getunleash.io/topics/the-anatomy-of-unleash#activation-strategies) the application has loaded. Useful when trying to figure out if your [custom strategy](https://docs.getunleash.io/reference/custom-activation-strategies) has been loaded in the SDK',