swagger-typescript-api
Preparing search index...
SchemaComponent
Interface SchemaComponent
interface
SchemaComponent
{
$ref
:
string
;
componentName
:
"paths"
|
"schemas"
;
rawTypeData
?:
{
$parsed
:
ParsedSchema
<
|
SchemaTypeObjectContent
|
SchemaTypeEnumContent
|
SchemaTypePrimitiveContent
,
>
;
discriminator
?:
{
propertyName
?:
string
}
;
properties
?:
Record
<
string
,
{
$parsed
?:
SchemaTypePrimitiveContent
;
name
?:
string
;
required
:
boolean
;
type
:
string
;
}
,
>
;
required
?:
string
[]
;
type
:
string
;
}
;
typeData
:
|
null
|
ParsedSchema
<
|
SchemaTypeObjectContent
|
SchemaTypeEnumContent
|
SchemaTypePrimitiveContent
,
>
;
typeName
:
string
;
}
Index
Properties
$ref
component
Name
raw
Type
Data?
type
Data
type
Name
Properties
$ref
$ref
:
string
component
Name
componentName
:
"paths"
|
"schemas"
Optional
raw
Type
Data
rawTypeData
?:
{
$parsed
:
ParsedSchema
<
|
SchemaTypeObjectContent
|
SchemaTypeEnumContent
|
SchemaTypePrimitiveContent
,
>
;
discriminator
?:
{
propertyName
?:
string
}
;
properties
?:
Record
<
string
,
{
$parsed
?:
SchemaTypePrimitiveContent
;
name
?:
string
;
required
:
boolean
;
type
:
string
;
}
,
>
;
required
?:
string
[]
;
type
:
string
;
}
type
Data
typeData
:
|
null
|
ParsedSchema
<
|
SchemaTypeObjectContent
|
SchemaTypeEnumContent
|
SchemaTypePrimitiveContent
,
>
type
Name
typeName
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$ref
component
Name
raw
Type
Data
type
Data
type
Name
swagger-typescript-api
Loading...