2015-05-04 09:05:13 -06:00
|
|
|
# we do not allow array branches in alternates
|
2015-05-04 09:05:05 -06:00
|
|
|
# TODO: should we support this?
|
2015-05-04 09:05:27 -06:00
|
|
|
{ 'struct': 'One',
|
2015-05-04 09:05:05 -06:00
|
|
|
'data': { 'name': 'str' } }
|
2015-05-04 09:05:13 -06:00
|
|
|
{ 'alternate': 'Alt',
|
2015-05-04 09:05:05 -06:00
|
|
|
'data': { 'one': 'One',
|
|
|
|
'two': [ 'int' ] } }
|