# to-fix-validate **Repository Path**: mirrors_mapbox/to-fix-validate ## Basic Information - **Project Name**: to-fix-validate - **Description**: Input validators for the to-fix-backend - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/mapbox/to-fix-validate.svg?branch=master)](https://travis-ci.org/mapbox/to-fix-validate) # to-fix-validate Exposes a function to validate FeatureCollections sent to the to-fix backend, enforcing the `properties` schema. Currently exposes a single function called `validateFeatureCollection` that returns `false` if no errors, else an Array of strings with error messages.