Preparing search index...
The search index is not available
@samchon/openapi
@samchon/openapi
OpenApi
IOperation
IMediaType
Interface IMediaType
Media type of a request/response body.
interface
IMediaType
{
example
?:
any
;
examples
?:
Record
<
string
,
OpenApi
.
IExample
>
;
schema
?:
OpenApi
.
IJsonSchema
;
}
Index
Properties
example?
examples?
schema?
Properties
Optional
example
example
?:
any
Optional
examples
examples
?:
Record
<
string
,
OpenApi
.
IExample
>
Optional
schema
schema
?:
OpenApi
.
IJsonSchema
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
example
examples
schema
@samchon/openapi
Loading...
Media type of a request/response body.