unleash-server
Version:
Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.
18 lines • 458 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.cloneFeatureSchema = void 0;
exports.cloneFeatureSchema = {
$id: '#/components/schemas/cloneFeatureSchema',
type: 'object',
required: ['name'],
properties: {
name: {
type: 'string',
},
replaceGroupId: {
type: 'boolean',
},
},
components: {},
};
//# sourceMappingURL=clone-feature-schema.js.map