union-branch-invalid-dict.json (270B)
1 # Long form of member must have a value member 'type' 2 { 'enum': 'TestEnum', 3 'data': [ 'integer', 's8' ] } 4 { 'union': 'UnionInvalidBranch', 5 'base': { 'type': 'TestEnum' }, 6 'discriminator': 'type', 7 'data': { 'integer': { 'if': 'foo'}, 8 's8': 'int8' } }