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