SolarArbiter / solarforecastarbiter-api

HTTP API and database schema for the Solar Forecast Arbiter
https://api.solarforecastarbiter.org
MIT License
10 stars 6 forks source link

validate matching interval_label and variable for events #233

Closed lboeman closed 4 years ago

lboeman commented 4 years ago

closes #232 Adds a validation function for calling in a @validates_schema method to check for the value 'event' in variable or interval label. Throws a validation error if one is found and the values aren't equal.