Skip to content

Commit

Permalink
Merge branch 'master' into rollup-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin authored Apr 26, 2021
2 parents b780944 + d3bef59 commit 30a8561
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Speakers:
- [Mehan Jayasuriya](https://github.com/mehan), Program Officer at Mozilla Foundation, leading the [MOSS](https://www.mozilla.org/en-US/moss/) and other programs investing in the open source and community ecosystems.
- [Matteo Collina](https://github.com/mcollina), Technical Director at NearForm and Node.js Technical Steering Committee member, creator of Fastify web framework.
- [Kin Lane](https://github.com/kinlane), Chief Evangelist at Postman. Studying the tech, business & politics of APIs since 2010. Presidential Innovation Fellow during the Obama administration.
- [Ulysse Carion](https://github.com/ucarion), the creator of JSON Type Definition specification.

[Gajus Kuizinas](https://github.com/gajus) will host the event.

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Ajv is free to use and open-source that many developers contributed to. Join us!

<FooterColumn type="links">

[Learn Ajv](./docs/getting-started.md)
[Learn Ajv](./guide/getting-started.md)

[Reference](./api.md)

Expand All @@ -225,7 +225,7 @@ Ajv is free to use and open-source that many developers contributed to. Join us!

[JSON Type Definition](./json-type-definition.md)

[Contributing](./contributing.html)
[Contributing](./contributing.md)

</FooterColumn>

Expand Down
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ If you use JTD with typescript, the type for the schema can be derived from the
import Ajv, {JTDSchemaType} from "ajv/dist/jtd"
const ajv = new Ajv()

interface MyData = {
interface MyData {
foo: number
bar?: string
}
Expand Down
1 change: 1 addition & 0 deletions docs/news/2021-04-24-ajv-webinar-changes-and-version-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Speakers:
- [Mehan Jayasuriya](https://github.com/mehan), Program Officer at Mozilla Foundation, leading the [MOSS](https://www.mozilla.org/en-US/moss/) and other programs investing in the open source and community ecosystems.
- [Matteo Collina](https://github.com/mcollina), Technical Director at NearForm and Node.js Technical Steering Committee member, creator of Fastify web framework.
- [Kin Lane](https://github.com/kinlane), Chief Evangelist at Postman. Studying the tech, business & politics of APIs since 2010. Presidential Innovation Fellow during the Obama administration.
- [Ulysse Carion](https://github.com/ucarion), the creator of JSON Type Definition specification.

[Gajus Kuizinas](https://github.com/gajus) will host the event.

Expand Down

0 comments on commit 30a8561

Please sign in to comment.