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