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.counthas a type ofdate, but we are assuming this should really be a type ofnumber. -
bymonthdayandbyyeardayhave a type ofnumber, but the descriptions say this is a comma separated list, which would required a type ofstring.