UNPKG

unleash-server

Version:

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

17 lines 474 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.patchesSchema = void 0; const patch_schema_1 = require("./patch-schema"); exports.patchesSchema = { $id: '#/components/schemas/patchesSchema', type: 'array', items: { $ref: '#/components/schemas/patchSchema', }, components: { schemas: { patchSchema: patch_schema_1.patchSchema, }, }, }; //# sourceMappingURL=patches-schema.js.map