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.
2 parents 9fef4b0 + 2c52bbd commit 3d0baacCopy full SHA for 3d0baac
test/specs/real-world/known-errors.js
@@ -88,6 +88,12 @@ function getKnownApiErrors () {
88
whatToDo: "ignore"
89
},
90
91
+ {
92
+ api: "adyen.com",
93
+ error: "must NOT have unevaluated properties",
94
+ whatToDo: "ignore"
95
+ },
96
+
97
// They have a description of `2015-04-22T10:03:19.323-07:00` and YAML parsing is converting that to a `Date`.
98
// https://github.com/APIDevTools/json-schema-ref-parser/pull/247
99
{
0 commit comments