in functions/naming-convention.js [16:18]
function isDateTimeSchema(schema) { return schema.type === 'string' && schema.format === 'date-time'; }