1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# we reject alternates with multiple object branches ## # @One: ## { 'struct': 'One', 'data': { 'name': 'str' } } ## # @Two: ## { 'struct': 'Two', 'data': { 'value': 'int' } } ## # @Alt: ## { 'alternate': 'Alt', 'data': { 'one': 'One', 'two': 'Two' } }