The `bundled_program_schema.fbs` file is for serializing bundled program. It
bundles the ExecuTorch program, several sets of inputs and referenced outputs,
and other useful info together for verifying the correctness of ExecuTorch program.

## Rules to ensure forward/backward compatibility
Please check the rules in [here](../../../schema/README.md) for more info.
