unleash-server
Version:
Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.
19 lines • 506 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.changePasswordSchema = void 0;
exports.changePasswordSchema = {
$id: '#/components/schemas/changePasswordSchema',
type: 'object',
additionalProperties: false,
required: ['token', 'password'],
properties: {
token: {
type: 'string',
},
password: {
type: 'string',
},
},
components: {},
};
//# sourceMappingURL=change-password-schema.js.map