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