-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read and validate a data package descriptor, including profile-specific validation via the registry of JSON Schemas #6
Comments
@roll I think the only think missing thing here is was "Support strict validation flag," which I implemented as as new issue I created, issue #17, and "Profile-specific validation via the registry of JSON Schemas." For "Read and validate a data package descriptor," I've updated the README to document how this has been implemented. I'm not exactly sure what is meant by "Profile-specific validation via the registry of JSON Schemas," even after reviewing the specs. Does it simply mean that the data under "resources" needs to conform to the given the profile? For instance, if I have |
@georgeslabreche Related to validation:
|
@roll I'm bypassing the registry and checking if the profile files exist directly. Is this OK or is there a particular reason why the registry exists and why I should scan it before trying to read the profile file in question? |
@georgeslabreche Registry could start to be more important e.g. if later we provide API like |
@roll I'll mark this as Done then :). |
Read and validate a data package descriptor, including profile-specific validation via the registry of JSON Schemas.
The text was updated successfully, but these errors were encountered: