@cognigy/rest-api-client
Version:
Cognigy REST-Client
17 lines • 661 B
JavaScript
export const 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