1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00

remove properties we don't use

This commit is contained in:
Thomas Heartman 2025-07-15 12:01:14 +02:00
parent 5e6fd733bf
commit 2784c74f90

View File

@ -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 `<identifier>:<version>`. 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',