UNPKG

unleash-server

Version:

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

27 lines 829 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.healthReportSchema = void 0; const health_overview_schema_1 = require("./health-overview-schema"); exports.healthReportSchema = { ...health_overview_schema_1.healthOverviewSchema, $id: '#/components/schemas/healthReportSchema', required: [ ...health_overview_schema_1.healthOverviewSchema.required, 'potentiallyStaleCount', 'activeCount', 'staleCount', ], properties: { ...health_overview_schema_1.healthOverviewSchema.properties, potentiallyStaleCount: { type: 'number', }, activeCount: { type: 'number', }, staleCount: { type: 'number', }, }, }; //# sourceMappingURL=health-report-schema.js.map