UNPKG

unleash-server

Version:

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

34 lines 772 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.patSchema = void 0; exports.patSchema = { $id: '#/components/schemas/patSchema', type: 'object', properties: { id: { type: 'number', }, secret: { type: 'string', }, expiresAt: { type: 'string', format: 'date-time', nullable: true, }, createdAt: { type: 'string', format: 'date-time', nullable: true, }, seenAt: { type: 'string', format: 'date-time', nullable: true, }, }, components: { schemas: {}, }, }; //# sourceMappingURL=pat-schema.js.map