ml-tooling / contaxy

MIT License
10 stars 8 forks source link

Make fields of file schema not optional where None values do not make sense. #65

Closed JNKielmann closed 2 years ago

JNKielmann commented 2 years ago

Some fields in the schema for the contaxy file management were marked as optional. That makes it hard to work with, as a check for None need to be done before usage of the field. For fields that should always have a value, the Optional type has been removed.