UNPKG

unleash-server

Version:

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

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