UNPKG

unleash-server

Version:

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

19 lines 453 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tagSchema = void 0; exports.tagSchema = { $id: '#/components/schemas/tagSchema', type: 'object', additionalProperties: false, required: ['value', 'type'], properties: { value: { type: 'string', }, type: { type: 'string', }, }, components: {}, }; //# sourceMappingURL=tag-schema.js.map