📄️ Conversions Basics
Conversions are user-defined data transformers supporting data format and data structure changes. They are useful when the source data does not match the destination data.
📄️ Protocols Basics
Protocols are a user-defined data structure that can be used when creating conversions. Protocols define the destination data structure of your use case.