pub type SchemaNamePayload = BoundedVec<u8, ConstU32<SCHEMA_NAME_BYTES_MAX>>;
A fully qualified name has the following structure PROTOCOL.DESCRIPTOR
struct SchemaNamePayload(/* private fields */);