Component
Python SDK
Task Description
Working on #585. We are passing around the data contained within the object files in the SDK without any clear indication of what data is expected in there. If we were able to type it based on the yaml structure this would be very helpful.
We may need to match the data with the schema to create a structure we could use instead of passing list[dict[str, Any]]) to everything.
Originally posted by @ogenstad in #585 (comment)