airr-community / airr-standards

AIRR Community Data Standards
https://docs.airr-community.org
Creative Commons Attribution 4.0 International
35 stars 23 forks source link

Date format for Germline related objects #572

Closed bussec closed 2 years ago

bussec commented 2 years ago

AlleleDescription.release_date and GermlineSet.release_date currently lack a date format. OpenAPI uses RFC3339 section 5.6 (format: date), which identical as the ISO8601 notation we have used so far in other fields.

bussec commented 2 years ago

Fixed via PR #593