Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 8cd682a

Browse files
Merge pull request #256 from apiaryio/error-values-version
Bumps major version due to removal of "errors[i].values"
2 parents 2c6cf2d + 8bbd8cb commit 8cd682a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ Both expected and actual HTTP messages (no matter request or response) inherit f
193193

194194
```ts
195195
interface HttpMessage {
196+
uri?: string;
196197
method?: string;
197198
statusCode?: number;
198199
headers?: Record<string> | string;
@@ -234,10 +235,6 @@ interface FieldError {
234235
pointer?: string
235236
property?: string[]
236237
}
237-
values?: {
238-
expected: any
239-
actual: any
240-
}
241238
}
242239
```
243240

0 commit comments

Comments
 (0)