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