@bizone-ai/json-transform-utils
Version:
Utilities for handling JSON transformers
9 lines • 342 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContextVariablesSchemas = void 0;
exports.ContextVariablesSchemas = {
"#uuid": { type: "string", format: "uuid" },
"#null": { type: "null" },
"#now": { type: "string", format: "date-time" },
};
//# sourceMappingURL=ContextVariablesSchemas.js.map
;