IDEMSInternational / rapidpro-flow-toolkit

Toolkit for using spreadsheets to create and modify RapidPro flows
GNU Lesser General Public License v2.1
3 stars 1 forks source link

Extra validation for standard models #12

Open geoo89 opened 2 years ago

geoo89 commented 2 years ago

Pydantic allows to add additional validation for fields. When constructing instances of the standard data model, adding such validation can help us catch errors in the input data earlier.