UNPKG

allof-merge

Version:

Simplify JsonSchema/Openapi by combining allOf safely

4 lines (3 loc) 252 B
import { type JsonPath } from "json-crawl"; import type { AllOfRef, NormalizeResponse } from "./types"; export declare const normalizeAllOfItems: (allOfItems: unknown[], jsonPath: JsonPath, source: unknown, allOfRefs: AllOfRef[]) => NormalizeResponse;