blob: fcb3e36cd9b17d5e25c3164211b10b7a415c5210 (
plain)
1
2
3
4
5
6
7
8
|
# we reject alternates with multiple object branches
{ 'type': 'One',
'data': { 'name': 'str' } }
{ 'type': 'Two',
'data': { 'value': 'int' } }
{ 'alternate': 'Alt',
'data': { 'one': 'One',
'two': 'Two' } }
|