@cognigy/rest-api-client
Version:
Cognigy REST-Client
15 lines • 527 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.functionInstanceParametersSchema = void 0;
exports.functionInstanceParametersSchema = {
title: "functionInstanceParametersSchema",
type: "object",
additionalProperties: true,
properties: {
traceId: { type: "string" },
userId: { type: "string" },
sessionId: { type: "string" },
flowReferenceId: { type: "string", format: "uuid" },
}
};
//# sourceMappingURL=IFunctionInstanceParameters.js.map