f035b47e3f ^
1 2 3 4 5 6 7 8 9
# Members listed in the doc comment must exist in the actual schema # BUG: nonexistent @a is not rejected ## # @Foo: # @a: a # @b: b ## { 'enum': 'Foo', 'data': [ 'b' ] }