ContentTypeInfo typedef
ContentTypeInfo = $ContentTypeInfo
Detailed Content-Type information from Scotty.
The Content-Type of the media will typically be filled in by the header or Scotty's best_guess, but this extended information provides the backend with more information so that it can make a better decision if needed. This is only used on media upload requests from Scotty.
Implementation
typedef ContentTypeInfo = $ContentTypeInfo;