This repository was archived by the owner on Nov 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -174,11 +174,11 @@ The validation `result` against the given JSON Schema will look as follows:
174
174
175
175
Take a look at the [ Gherkin] ( https://cucumber.io/docs/gherkin/ ) specification, which describes on examples how validation of each field behaves:
176
176
177
- - [ ` method ` ] ( https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/method )
178
- - [ ` statusCode ` ] ( https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/statusCode )
179
- - [ ` headers ` ] ( https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/headers )
180
- - [ ` body ` ] ( https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/body )
181
- - [ ` bodySchema ` ] ( https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/bodySchema )
177
+ - [ ` method ` ] ( https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/method.feature )
178
+ - [ ` statusCode ` ] ( https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/statusCode.feature )
179
+ - [ ` headers ` ] ( https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/headers.feature )
180
+ - [ ` body ` ] ( https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/body.feature )
181
+ - [ ` bodySchema ` ] ( https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/bodySchema.feature )
182
182
183
183
## Type definitions
184
184
You can’t perform that action at this time.
0 commit comments