We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a76891 commit 38f2f39Copy full SHA for 38f2f39
apidom/packages/apidom-ns-openapi-3-1/test/refractor/index.ts
@@ -10,13 +10,6 @@ describe('refractor', function () {
10
specify('should refract to OpenApi 3.1 namespace', function () {
11
const genericObjectElement = new ObjectElement({
12
openapi: '3.1.0',
13
- components: {
14
- schemas: {
15
- user: {
16
- if: true,
17
- },
18
19
20
});
21
const openApiElement = OpenApi3_1Element.refract(genericObjectElement);
22
0 commit comments