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 c112aae commit 3aa9b4eCopy full SHA for 3aa9b4e
1 file changed
README.md
@@ -274,6 +274,8 @@ func safeErrorMessage(err *openapi3.SchemaError) string {
274
}
275
```
276
277
+This will change the schema validation errors to return only the `Reason` field, which is guaranteed to not include the original value.
278
+
279
## Reconciling component $ref types
280
281
`ReferencesComponentInRootDocument` is a useful helper function to check if a component reference
@@ -299,8 +301,6 @@ for _, path := range doc.Paths.InMatchingOrder() {
299
301
300
302
303
-This will change the schema validation errors to return only the `Reason` field, which is guaranteed to not include the original value.
-
304
## CHANGELOG: Sub-v1 breaking API changes
305
306
### v0.125.0
0 commit comments