in functions/error-response.js [11:13]
function isArraySchema(schema) { return schema.type === 'array' || !!schema.items; }