mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-18 13:48:58 +02:00
Deprecate properties of the application schema that we don't use.
This commit is contained in:
parent
7910aa9130
commit
5e6fd733bf
@ -6,13 +6,16 @@ export const createApplicationSchema = {
|
|||||||
description: 'Reported application information from Unleash SDKs',
|
description: 'Reported application information from Unleash SDKs',
|
||||||
properties: {
|
properties: {
|
||||||
appName: {
|
appName: {
|
||||||
description: 'Name of the application',
|
deprecated: true,
|
||||||
|
description:
|
||||||
|
'Deprecated: Name of the application. This property is ignored. The app name is taken from the URL instead.',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
example: 'accounting',
|
example: 'accounting',
|
||||||
},
|
},
|
||||||
sdkVersion: {
|
sdkVersion: {
|
||||||
|
deprecated: true,
|
||||||
description:
|
description:
|
||||||
'Which SDK and version the application reporting uses. Typically represented as `<identifier>:<version>`',
|
'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',
|
type: 'string',
|
||||||
example: 'unleash-client-java:8.0.0',
|
example: 'unleash-client-java:8.0.0',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user