type alias SchemaObjectTypeimport { type SchemaObjectType } from "https://deno.land/x/openbox@1.1.8/types/openapi_spec.ts"; definition: | "integer" | "number" | "string" | "boolean" | "object" | "null" | "array"