unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
13 lines • 394 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.parametersSchema = void 0;
exports.parametersSchema = {
$id: '#/components/schemas/parametersSchema',
type: 'object',
description: 'A list of parameters for a strategy',
additionalProperties: {
type: 'string',
},
components: {},
};
//# sourceMappingURL=parameters-schema.js.map