unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
10 lines • 386 B
JavaScript
export const parentFeatureOptionsSchema = {
$id: '#/components/schemas/parentFeatureOptionsSchema',
type: 'array',
description: 'A list of parent feature names available for a given child feature. Features that have their own parents are excluded.',
items: {
type: 'string',
},
components: {},
};
//# sourceMappingURL=parent-feature-options-schema.js.map