mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
fix: add additionalproperties to the sdkContextSchema (#4682)
This was changed a month ago, but it ends up breaking the frontend when we regenerate the types because the playground needs to have this structure for now. We'll need to add this back until we can rewrite the playground to follow the schema.
This commit is contained in:
parent
14423c5870
commit
99308a7054
@ -5,6 +5,7 @@ export const sdkContextSchema = {
|
|||||||
description: 'The Unleash context as modeled in client SDKs',
|
description: 'The Unleash context as modeled in client SDKs',
|
||||||
type: 'object',
|
type: 'object',
|
||||||
required: ['appName'],
|
required: ['appName'],
|
||||||
|
additionalProperties: true,
|
||||||
properties: {
|
properties: {
|
||||||
appName: {
|
appName: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
Loading…
Reference in New Issue
Block a user