unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
15 lines • 379 B
JavaScript
import { patchSchema } from './patch-schema.js';
export const patchesSchema = {
$id: '#/components/schemas/patchesSchema',
type: 'array',
description: 'A list of patches',
items: {
$ref: '#/components/schemas/patchSchema',
},
components: {
schemas: {
patchSchema,
},
},
};
//# sourceMappingURL=patches-schema.js.map