unleash-server
Version:
Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.
17 lines • 460 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.healthCheckSchema = void 0;
exports.healthCheckSchema = {
$id: '#/components/schemas/healthCheckSchema',
type: 'object',
additionalProperties: false,
required: ['health'],
properties: {
health: {
type: 'string',
enum: ['GOOD', 'BAD'],
},
},
components: {},
};
//# sourceMappingURL=health-check-schema.js.map