diff --git a/README.md b/README.md index 3c3eaba97..9b4a84ba7 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/README.md b/docs/README.md index c74653d81..a461f2765 100644 --- a/docs/README.md +++ b/docs/README.md @@ -211,7 +211,7 @@ Ajv is free to use and open-source that many developers contributed to. Join us! -[Learn Ajv](./docs/getting-started.md) +[Learn Ajv](./guide/getting-started.md) [Reference](./api.md) @@ -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) diff --git a/docs/api.md b/docs/api.md index c3ef5775e..795137afb 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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 } diff --git a/docs/news/2021-04-24-ajv-webinar-changes-and-version-8.md b/docs/news/2021-04-24-ajv-webinar-changes-and-version-8.md index 9b01e65cc..db8fd4c0a 100644 --- a/docs/news/2021-04-24-ajv-webinar-changes-and-version-8.md +++ b/docs/news/2021-04-24-ajv-webinar-changes-and-version-8.md @@ -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.