UNPKG

@swagger-api/apidom-ns-openapi-3-1

Version:

OpenAPI 3.1.x namespace for ApiDOM.

11 lines 308 B
import { AllOfVisitor as AllOfJSONSchema202012Options } from '@swagger-api/apidom-ns-json-schema-2020-12'; /** * @public */ class AllOfVisitor extends AllOfJSONSchema202012Options { constructor(options) { super(options); this.passingOptionsNames.push('parent'); } } export default AllOfVisitor;