UNPKG

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

Version:

OpenAPI 3.1.x namespace for ApiDOM.

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