• James Bardin's avatar
    fix Min/Max validation during decoding · 13e2e105
    James Bardin authored
    We can only validate MinItems >= 1 (equiv to "Required") during
    decoding, as dynamic blocks each only decode as a single block. MaxItems
    cannot be validated at all, also because of dynamic blocks, which may
    have any number of blocks in the config.
    13e2e105