1 2 3 4 5 6 7 8 9 10 11 12 13 14
# we do not allow array branches in alternates ## # @One: ## # TODO: should we support this? { 'struct': 'One', 'data': { 'name': 'str' } } ## # @Alt: ## { 'alternate': 'Alt', 'data': { 'one': 'One', 'two': [ 'int' ] } }