UNPKG

unleash-server

Version:

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

31 lines 715 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createUserSchema = void 0; exports.createUserSchema = { $id: '#/components/schemas/createUserSchema', type: 'object', additionalProperties: false, required: ['rootRole'], properties: { username: { type: 'string', }, email: { type: 'string', }, name: { type: 'string', }, password: { type: 'string', }, rootRole: { type: 'number', }, sendEmail: { type: 'boolean', }, }, components: {}, }; //# sourceMappingURL=create-user-schema.js.map