The spec says one of the steps to get parsing canonical form is > [STRIP] Keep only attributes that are relevant to parsing data, which are: > type, name, fields, symbols, items, values, size. Strip all others (e.g., doc > and aliases).
and indeed, we strip the default from an EnumSchema. But is that right? It seems to me that we'd want to keep that. Can someone help me understand if (and how) it's correct to strip the enum default in parsing canonical form? Thanks, Michael