(externalSchemas)
| 1790 | } |
| 1791 | } |
| 1792 | const rootBuildValidator = function (externalSchemas) { |
| 1793 | rootValidatorCalled++ |
| 1794 | return function validatorCompiler ({ schema }) { |
| 1795 | return customAjv.compile(schema) |
| 1796 | } |
| 1797 | } |
| 1798 | const server = Fastify({ |
| 1799 | schemaController: { |
| 1800 | compilersFactory: { |