Skip to content

Commit 3aa9b4e

Browse files
authored
Move paragraph back to its correct section (#967)
1 parent c112aae commit 3aa9b4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ func safeErrorMessage(err *openapi3.SchemaError) string {
274274
}
275275
```
276276

277+
This will change the schema validation errors to return only the `Reason` field, which is guaranteed to not include the original value.
278+
277279
## Reconciling component $ref types
278280

279281
`ReferencesComponentInRootDocument` is a useful helper function to check if a component reference
@@ -299,8 +301,6 @@ for _, path := range doc.Paths.InMatchingOrder() {
299301
}
300302
```
301303

302-
This will change the schema validation errors to return only the `Reason` field, which is guaranteed to not include the original value.
303-
304304
## CHANGELOG: Sub-v1 breaking API changes
305305

306306
### v0.125.0

0 commit comments

Comments
 (0)