Psych-DS and JSON-LD/Schema.org validation should be separate #27
Labels
Scoping
Discussion regarding the scope, design, and features of the Psych-DS validator
Validation
for issues concerning the validation process, and how it is implemented algorithmically
TL;DR
We propose to create separate, self-contained functions for validation psych-DS vs JSON-LD/Schema.org criteria.
Detailed View
In order to ensure that our system is sufficiently modular and extensible, we propose that psych-DS and JSON-LD/Schema.org criteria should be validated by separate, self contained components. Part of the reasoning for this is that we predict that changes could arise in either set of criteria at any point, and that these changes will arise independently, since the two standards are managed by different organizations, and so it would make sense to separate the structures in which those criteria are stored/referenced by the app. Naturally, our goal will be to integrate the modules to the maximum extent possible, sharing as much schema-agnostic functionality and architecture as possible.
The text was updated successfully, but these errors were encountered: