hubmapconsortium / antibody-api

API for the Antibody DB.
https://avr.hubmapconsortium.org/
0 stars 0 forks source link

Currently all fields in the .csv are required. If some are not required we need that list. #62

Closed ChuckKollar closed 1 year ago

ChuckKollar commented 2 years ago

Also, what happens if we make certain fields not required, and someone wants to edit the record at a later date? We have no provisions for that.

The document that describes the fields states which ones can be empty. The current validation code checks to make sure all of the other fields are present. An empty record is required for a "not required" field that is not specified.