import { type JsonSchemaOneOf } from "https://deno.land/x/fun@v2.0.0/json_schema.ts";
Represents an exclusive union of Schemas in JSON Schema
definition: { readonly oneOf: NonEmptyArray<JsonSchema>; }
x/fun/json_schema.ts>JsonSchemaOneOf
import { type JsonSchemaOneOf } from "https://deno.land/x/fun@v2.0.0/json_schema.ts";
Represents an exclusive union of Schemas in JSON Schema