My team have surfaced a few potential data type errors in the existing HSDS documentation. @davidraznick may already be all over this in 3.0, but I thought I would document our findings here just in case.
schedule
-
schedule.count
has a type ofdate
, but we are assuming this should really be a type ofnumber
. -
bymonthday
andbyyearday
have a type ofnumber
, but the descriptions say this is a comma separated list, which would required a type ofstring
.