1 2 3 4 5 6
# we reject alternates with multiple string-like branches { 'enum': 'Enum', 'data': [ 'hello', 'world' ] } { 'alternate': 'Alt', 'data': { 'one': 'str', 'two': 'Enum' } }