RockefellerArchiveCenter/DACSspace

Create validation class

Closed this issue · 2 comments

As part of #21, create a class which handles validating objects received from ArchivesSpace. This should be able to handle fairly abstract validation of data.

One potential validation method would be using JSONSchema. We'd need to evaluate whether or not creating those schema would be too much of a barrier for potential users. We'd also need to look at the kinds of validation we're looking to do and see if this approach would be overkill/not meet our use cases.

fixed with PR #38