OasRequestBody.content

**REQUIRED**. The content of the request body. The key is a media type or media type range and the value describes it. For requests that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*

class OasRequestBody
@jsonOptional
OasMediaType[string] content;

Meta