Skip to content

Commit

Permalink
Move paragraph back to its correct section (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
percivalalb authored Jun 17, 2024
1 parent c112aae commit 3aa9b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ func safeErrorMessage(err *openapi3.SchemaError) string {
}
```

This will change the schema validation errors to return only the `Reason` field, which is guaranteed to not include the original value.

## Reconciling component $ref types

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

This will change the schema validation errors to return only the `Reason` field, which is guaranteed to not include the original value.

## CHANGELOG: Sub-v1 breaking API changes

### v0.125.0
Expand Down

0 comments on commit 3aa9b4e

Please sign in to comment.