From cd56f6a0aa61270cd43c839374774fb6d5128670 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Thu, 6 Apr 2017 07:06:28 +0100 Subject: [PATCH] docs: update FAQ --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index e258e4d..1678f9d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -61,7 +61,7 @@ See the exemple in [Filtering Data](https://github.com/epoberezkin/ajv#filtering ## Generating schemas with resolved references ($ref) -See [#22](https://github.com/epoberezkin/ajv/issues/22), [#125](https://github.com/epoberezkin/ajv/issues/125), [#146](https://github.com/epoberezkin/ajv/issues/146), [#228](https://github.com/epoberezkin/ajv/issues/228), [#336](https://github.com/epoberezkin/ajv/issues/336), [#455](https://github.com/epoberezkin/ajv/issues/455) +See [#22](https://github.com/epoberezkin/ajv/issues/22), [#125](https://github.com/epoberezkin/ajv/issues/125), [#146](https://github.com/epoberezkin/ajv/issues/146), [#228](https://github.com/epoberezkin/ajv/issues/228), [#336](https://github.com/epoberezkin/ajv/issues/336), [#454](https://github.com/epoberezkin/ajv/issues/454) ##### Why Ajv does not replace references ($refs) with the actual referenced schemas as some validators do?