Expand description
Contains shared schemas used in MAF crates.
This crate is not intended to be used directly by end users, but rather as a dependency for writing other MAF crates:
-
apps: describing MAF apps on Platform. -
packet: packets sent over WebSocket between clients and servers. -
project_config: themaf-project.tomlproject configuration file. -
typed: types that describe a MAF app’s type data -
admin: types used in the admin API. -
(enabled with the
error-responsefeature)error: API error responses.