UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.

13 lines 503 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parentFeatureOptionsSchema = void 0; exports.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