content property
A map containing descriptions of potential response payloads.
The key is a media type or media type range and the value describes it. For responses that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*
Implementation
Map<String, APIMediaType?>? content;