mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
Fix: Add missing "version" field to feature events
This commit is contained in:
parent
7e2f09ca2a
commit
fedaae4f61
@ -8,6 +8,7 @@ export const featureEventsSchema = {
|
||||
additionalProperties: false,
|
||||
required: ['toggleName', 'events'],
|
||||
properties: {
|
||||
version: { type: 'number' },
|
||||
toggleName: {
|
||||
type: 'string',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user