import { isSchemaObject } from "https://deno.land/x/alosaur@v0.37.0/openapi/builder/openapi-models.ts";
A type guard to check if the given object is a SchemaObject
.
Useful to distinguish from ReferenceObject
values that can be used
in most places where SchemaObject
is allowed.
Parameters
schema: SchemaObject | ReferenceObject
The value to check.
Returns
schema is SchemaObject