unleash-server
Version:
Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.
22 lines • 554 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.patsSchema = void 0;
const pat_schema_1 = require("./pat-schema");
exports.patsSchema = {
$id: '#/components/schemas/patsSchema',
type: 'object',
properties: {
pats: {
type: 'array',
items: {
$ref: '#/components/schemas/patSchema',
},
},
},
components: {
schemas: {
patSchema: pat_schema_1.patSchema,
},
},
};
//# sourceMappingURL=pats-schema.js.map