type alias JSONSchema7Typeimport { type JSONSchema7Type } from "https://deno.land/x/live@1.60.0/deps.ts"; Primitive type definition: | string | number | boolean | JSONSchema7Object | JSONSchema7Array | null