function isBooleanSchema()

in functions/naming-convention.js [12:14]


function isBooleanSchema(schema) {
  return schema.type === 'boolean';
}