UNPKG

unleash-server

Version:

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

40 lines 903 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.applicationSchema = void 0; exports.applicationSchema = { $id: '#/components/schemas/applicationSchema', type: 'object', additionalProperties: false, required: ['appName'], properties: { appName: { type: 'string', }, sdkVersion: { type: 'string', }, strategies: { type: 'array', items: { type: 'string', }, }, description: { type: 'string', }, url: { type: 'string', }, color: { type: 'string', }, icon: { type: 'string', }, announced: { type: 'boolean', }, }, components: {}, }; //# sourceMappingURL=application-schema.js.map