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
"Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found nothing but unsupported attributes..",
@@ -109,6 +109,7 @@ final class CompatibilityTest: XCTestCase {
109
109
"A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property.",
110
110
"Schema warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found schema attributes not consistent with the type specified: array. Specifically, attributes for these other types: [\"object\"].",
111
111
"Schema warning: Inconsistency encountered when parsing `Schema`: A schema contains properties for multiple types of schemas, namely: [\"array\", \"object\"]..",
112
+
"Schema \"null\" is not supported, reason: \"schema type\", skipping",
112
113
],
113
114
skipBuild:true
114
115
)
@@ -125,6 +126,7 @@ final class CompatibilityTest: XCTestCase {
125
126
"A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property.",
126
127
"Validation warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found schema attributes not consistent with the type specified: string. Specifically, attributes for these other types: [\"object\"].",
127
128
"Schema warning: Inconsistency encountered when parsing `OpenAPI Schema`: Found schema attributes not consistent with the type specified: string. Specifically, attributes for these other types: [\"array\"].",
129
+
"Schema \"null\" is not supported, reason: \"schema type\", skipping",
0 commit comments