1*ad11dbb9SEric Blake# we reject any enum member that is not a string 2*ad11dbb9SEric Blake# FIXME: once the parser understands integer inputs, improve the error message 3*ad11dbb9SEric Blake{ 'enum': 'MyEnum', 'data': [ 1 ] } 4