UNPKG

unleash-server

Version:

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

36 lines 906 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.environmentProjectSchema = void 0; exports.environmentProjectSchema = { $id: '#/components/schemas/environmentProjectSchema', type: 'object', additionalProperties: false, required: ['name', 'type', 'enabled'], properties: { name: { type: 'string', }, type: { type: 'string', }, enabled: { type: 'boolean', }, protected: { type: 'boolean', }, sortOrder: { type: 'number', }, projectApiTokenCount: { type: 'number', nullable: true, }, projectEnabledToggleCount: { type: 'number', nullable: true, }, }, components: {}, }; //# sourceMappingURL=environment-project-schema.js.map