You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are JSON schema files in the geoblacklight repo that are used to validate individual metadata records and ensure that the data types are correct. It would be helpful for users to also be able to validate the presence of required fields and community standard fields (as determined based on the review in #24).
Suggested solution
See if the JSON schema offers a way to flag fields as required.
If yes, update the existing schema files
If not, create new schema files for the required and community standard lists
The text was updated successfully, but these errors were encountered:
To check that an Aardvark record complies with a community-level minimum (beyond the absolute minimum), I think we'll want to set up a 2nd JSON Schema that requires the additional properties, and perhaps also applies further checks on the property values (like dates, etc.)
To be done once #24 is completed
Issue
There are JSON schema files in the geoblacklight repo that are used to validate individual metadata records and ensure that the data types are correct. It would be helpful for users to also be able to validate the presence of required fields and community standard fields (as determined based on the review in #24).
Suggested solution
See if the JSON schema offers a way to flag fields as required.
The text was updated successfully, but these errors were encountered: