@cognigy/rest-api-client
Version:
Cognigy REST-Client
20 lines • 772 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.endpointApiKeySchema = void 0;
exports.endpointApiKeySchema = {
title: "endpointApiKeySchema",
type: "object",
additionalProperties: false,
properties: {
_id: { type: "string", format: "mongo-id" },
projectReference: { type: "string", format: "mongo-id" },
endpointReference: { type: "string", format: "mongo-id" },
organisationReference: { type: "string", format: "mongo-id" },
name: { type: "string", minLength: 1 },
keyHash: { type: "string" },
keyPreview: { type: "string" },
createdAt: { type: "number" },
schemaVersion: { type: "number" },
},
};
//# sourceMappingURL=IEndpointApiKey.js.map