UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.

16 lines 449 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.validatePasswordSchema = void 0; exports.validatePasswordSchema = { $id: '#/components/schemas/validatePasswordSchema', type: 'object', additionalProperties: false, required: ['password'], properties: { password: { type: 'string', }, }, components: {}, }; //# sourceMappingURL=validate-password-schema.js.map