UNPKG

@techery/zod-to-vertex-schema

Version:

Convert Zod schemas to Vertex AI/Gemini compatible schemas

19 lines 615 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SchemaType = void 0; var SchemaType; (function (SchemaType) { /** String type. */ SchemaType["STRING"] = "STRING"; /** Number type. */ SchemaType["NUMBER"] = "NUMBER"; /** Integer type. */ SchemaType["INTEGER"] = "INTEGER"; /** Boolean type. */ SchemaType["BOOLEAN"] = "BOOLEAN"; /** Array type. */ SchemaType["ARRAY"] = "ARRAY"; /** Object type. */ SchemaType["OBJECT"] = "OBJECT"; })(SchemaType || (exports.SchemaType = SchemaType = {})); //# sourceMappingURL=vertex-schema.js.map