unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
13 lines • 524 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.parentVariantOptionsSchema = void 0;
exports.parentVariantOptionsSchema = {
$id: '#/components/schemas/parentVariantOptionsSchema',
type: 'array',
description: 'A list of parent variant names available for a given parent feature. This list includes strategy variants and feature environment variants.',
items: {
type: 'string',
},
components: {},
};
//# sourceMappingURL=parent-variant-options-schema.js.map