Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastify/fastify
/ getSchema
Function
getSchema
test/schema-special-usage.test.js:403–405 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
401
ajvInstance.addSchema(source)
402
},
403
getSchema (id) {
404
return
ajvInstance.getSchema(id).schema
405
},
406
getSchemas () {
407
return
{
408
'urn:schema:base'
: baseSchema,
Callers
nothing calls this directly
Calls
1
getSchema
Method · 0.65
Tested by
no test coverage detected