You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main issue here is just that I wanted to define objects for use in both uploads and downloads, when uploading the id is not in existence just yet so it's therefore not marked as required. Getting this to work properly with OpenAPI is a bit of a pain though.
The set of required properties should be properly defined.
For instance
audioFileInformation
doesn't markid
as required.Or is there some other reason why
id
is not required inaudioFileInformation
and other definitions. (audioFileInformation
is only used in GETs).The text was updated successfully, but these errors were encountered: