UNPKG

unleash-server

Version:

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

16 lines 495 B
export const maintenanceSchema = { $id: '#/components/schemas/maintenanceSchema', type: 'object', additionalProperties: false, description: "The current state of Unleash's maintenance mode feature.", required: ['enabled'], properties: { enabled: { description: 'Whether maintenance mode is enabled or not.', type: 'boolean', example: true, }, }, components: {}, }; //# sourceMappingURL=maintenance-schema.js.map