()
| 315 | t.assert.ok(!storeInit, 'is always empty because fastify.addSchema is not called') |
| 316 | return { |
| 317 | getSchemas () { |
| 318 | return { |
| 319 | [baseSchema.$id]: ajvInstance.getSchema(baseSchema.$id).schema, |
| 320 | [refSchema.$id]: ajvInstance.getSchema(refSchema.$id).schema |
| 321 | } |
| 322 | } |
| 323 | } |
| 324 | } |
| 325 | } |