Preparing search index...
The search index is not available
@novice1/frame - v0.1.10
@novice1/frame
MediaTypeShapeConfig
Interface MediaTypeShapeConfig
interface
MediaTypeShapeConfig
{
encoding
?:
Record
<
string
,
EncodingObject
>
;
example
?:
unknown
;
examples
?:
Record
<
string
,
ExampleShape
|
ExampleObject
|
ReferenceObject
>
;
schema
?:
ReferenceObject
|
SchemaObject
|
SchemaShape
;
}
Hierarchy
Omit
<
Omit
<
MediaTypeObject
,
"examples"
>
,
"schema"
>
MediaTypeShapeConfig
Index
Properties
encoding?
example?
examples?
schema?
Properties
Optional
encoding
encoding
?:
Record
<
string
,
EncodingObject
>
Optional
example
example
?:
unknown
Optional
examples
examples
?:
Record
<
string
,
ExampleShape
|
ExampleObject
|
ReferenceObject
>
Optional
schema
schema
?:
ReferenceObject
|
SchemaObject
|
SchemaShape
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
encoding
example
examples
schema
@novice1/frame - v0.1.10
Loading...