This would line it up with our workflow landing page payload, as well as our workflow test data definition.
There's a growing number of workflow authors that are likely even familiar with the syntax and could hit the ground running when writing custom upload things.
We should be able to transform DataOrCollectionRequestAdapter to the appropriate pydantic model internally if we want to just get this started for CreateDataLandingPayload only ...
This would line it up with our workflow landing page payload, as well as our workflow test data definition.
There's a growing number of workflow authors that are likely even familiar with the syntax and could hit the ground running when writing custom upload things.
We should be able to transform
DataOrCollectionRequestAdapterto the appropriate pydantic model internally if we want to just get this started forCreateDataLandingPayloadonly ...