type alias JSONSchemaTypeimport { type JSONSchemaType } from "https://deno.land/x/openai@v4.69.0/lib/jsonschema.ts"; Primitive type definition: | string | number | boolean | JSONSchemaObject | JSONSchemaArray | null