A FlatBuffers table declaration.
table
name is fully-qualified (e.g. "MyGame.Sample.Monster"). short_name is just the last segment.
name
"MyGame.Sample.Monster"
short_name
@type t() :: %Flatbuf.Schema.Table{ attributes: map(), docs: [String.t()], fields: [Flatbuf.Schema.Field.t()], name: String.t(), namespace: String.t() | nil, short_name: String.t() }