Last updated 5 years ago
Was this helpful?
The <payload> layer represents message payload. It is the only must-have layer in the definition. It doesn't have any extra properties in addition to ones.
<?xml version="1.0" encoding="UTF-8"?> <schema ...> <frame name="ProtocolFrame"> ... <payload name="Data"> </frame> </schema>