unleash-server
Version:
Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.
23 lines • 560 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.patchSchema = void 0;
exports.patchSchema = {
$id: '#/components/schemas/patchSchema',
type: 'object',
required: ['path', 'op'],
properties: {
path: {
type: 'string',
},
op: {
type: 'string',
enum: ['add', 'remove', 'replace', 'copy', 'move'],
},
from: {
type: 'string',
},
value: {},
},
components: {},
};
//# sourceMappingURL=patch-schema.js.map