Skip to content

Commit

Permalink
fix(ns-openapi-3-1): import only JSON Schema 2020-12 namespace (#4716)
Browse files Browse the repository at this point in the history
Refs #4705
  • Loading branch information
char0n authored Feb 11, 2025
1 parent 575377a commit ab1ca15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
$defsVisitor as $defsJSONSchema202012Visitor,
$defsVisitorOptions,
} from '@swagger-api/apidom-ns-json-schema-2019-09';
} from '@swagger-api/apidom-ns-json-schema-2020-12';

/**
* @public
Expand Down

0 comments on commit ab1ca15

Please sign in to comment.