UNPKG

unleash-server

Version:

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

23 lines 852 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.requestsPerSecondSegmentedSchema = void 0; const requests_per_second_schema_1 = require("./requests-per-second-schema"); exports.requestsPerSecondSegmentedSchema = { $id: '#/components/schemas/requestsPerSecondSegmentedSchema', type: 'object', description: 'Get usage metrics separated by client and admin paths', properties: { clientMetrics: { $ref: '#/components/schemas/requestsPerSecondSchema', }, adminMetrics: { $ref: '#/components/schemas/requestsPerSecondSchema', }, }, components: { schemas: { requestsPerSecondSchema: requests_per_second_schema_1.requestsPerSecondSchema, }, }, }; //# sourceMappingURL=requests-per-second-segmented-schema.js.map