You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: test/resolver/strategies/openapi-3-1-apidom/__snapshots__/index.js.snap
-73
Original file line number
Diff line number
Diff line change
@@ -3101,79 +3101,6 @@ exports[`resolve OpenAPI 3.1.0 strategy given OpenAPI 3.1.0 definition via spec
3101
3101
}
3102
3102
`;
3103
3103
3104
-
exports[`resolve OpenAPI 3.1.0 strategy given OpenAPI 3.1.0 definition via spec option and referenced schema contains allOf keyword should contain schema with merged properties from allOf 1`] =`
3105
-
{
3106
-
"errors": [],
3107
-
"spec": {
3108
-
"$$normalized": true,
3109
-
"components": {
3110
-
"schemas": {
3111
-
"Foo": {
3112
-
"properties": {
3113
-
"bar": {
3114
-
"properties": {
3115
-
"a": {
3116
-
"type": "integer",
3117
-
},
3118
-
},
3119
-
"type": "object",
3120
-
},
3121
-
},
3122
-
"type": "object",
3123
-
},
3124
-
},
3125
-
},
3126
-
"info": {
3127
-
"title": "Example generation test",
3128
-
"version": "1.0.0",
3129
-
},
3130
-
"openapi": "3.1.0",
3131
-
"paths": {
3132
-
"/foo": {
3133
-
"get": {
3134
-
"responses": {
3135
-
"200": {
3136
-
"content": {
3137
-
"application/json": {
3138
-
"schema": {
3139
-
"properties": {
3140
-
"bar": {
3141
-
"properties": {
3142
-
"a": {
3143
-
"type": "integer",
3144
-
},
3145
-
},
3146
-
"type": "object",
3147
-
},
3148
-
},
3149
-
"type": "object",
3150
-
},
3151
-
},
3152
-
},
3153
-
},
3154
-
},
3155
-
"servers": [
3156
-
{
3157
-
"url": "/",
3158
-
},
3159
-
],
3160
-
},
3161
-
"servers": [
3162
-
{
3163
-
"url": "/",
3164
-
},
3165
-
],
3166
-
},
3167
-
},
3168
-
"servers": [
3169
-
{
3170
-
"url": "/",
3171
-
},
3172
-
],
3173
-
},
3174
-
}
3175
-
`;
3176
-
3177
3104
exports[`resolve OpenAPI 3.1.0 strategy given OpenAPI 3.1.0 definition via spec option and skipNormalization=false should resolve and normalize 1`] =`
0 commit comments