Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ajv-openapi-request-response-validator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To check out what is supported, take a look at the [test fixtures](./test/fixtur
## Getting started

Because the Open API specification can come in different flavors and from different sources, loading the specification file is not in scope
of this library. To load a YAML based spec, you can for example use `js-yaml` as follows:
of this library. To load a YAML based spec, you can, for example, use `js-yaml` as follows:

```typescript
import * as fs from 'fs'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restfulhead/ajv-openapi-request-response-validator",
"version": "0.1.0",
"version": "0.0.0",
"description": "AJV based implementation to validate http requests and responses against an OpenAPI schema",
"keywords": [
"azure",
Expand Down