function addSchema()

in schemas.js [73:76]


function addSchema(schema, key) {
  ajv.addSchema(schema, key);
  schemaKeys.push(key);
}