UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

12 lines 404 B
export const 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