/** \page json JSON Schemas \tableofcontents The \c .rmf2 and \c .armf use a number of different schema to store data on disk. \section nodes_avro Nodes The nodes schema is used to store the hierarchy both of nodes and of frames. \verbatim @RMF_JSON_NODES@ \endverbatim \section file_avro File The file schema is used to store information about the file as a whole. \verbatim @RMF_JSON_FILE@ \endverbatim \section data_avro Data The data schema is used to store data for a particular frame. \verbatim @RMF_JSON_DATA@ \endverbatim \section data_avro Frames The frame schema is used to store data about a particular frame. \verbatim @RMF_JSON_FRAME@ \endverbatim */