AX has no opinionation whether the config can be represented as a struct type. The config serialization and deserialization is a Harness implementation detail.
The config could be:
- A struct or a list serialized as JSON
- A proto payload
- A yaml payload
- A payload in a custom configuration format
AX has no opinionation whether the config can be represented as a struct type. The config serialization and deserialization is a
Harnessimplementation detail.The config could be: