swagger-typescript-api
Preparing search index...
ParsedSchema
Interface ParsedSchema<C>
interface
ParsedSchema
<
C
>
{
$parsedSchema
:
boolean
;
allFieldsAreOptional
?:
boolean
;
content
:
C
;
description
?:
string
;
isExtractedRequestBody
?:
boolean
;
isExtractedRequestParams
?:
boolean
;
isExtractedResponseBody
?:
boolean
;
isExtractedResponseError
?:
boolean
;
name
:
string
;
schemaType
:
string
;
type
:
string
;
typeIdentifier
:
string
;
}
Type Parameters
C
Index
Properties
$parsed
Schema
all
Fields
Are
Optional?
content
description?
is
Extracted
Request
Body?
is
Extracted
Request
Params?
is
Extracted
Response
Body?
is
Extracted
Response
Error?
name
schema
Type
type
type
Identifier
Properties
$parsed
Schema
$parsedSchema
:
boolean
Optional
all
Fields
Are
Optional
allFieldsAreOptional
?:
boolean
content
content
:
C
Optional
description
description
?:
string
Optional
is
Extracted
Request
Body
isExtractedRequestBody
?:
boolean
Optional
is
Extracted
Request
Params
isExtractedRequestParams
?:
boolean
Optional
is
Extracted
Response
Body
isExtractedResponseBody
?:
boolean
Optional
is
Extracted
Response
Error
isExtractedResponseError
?:
boolean
name
name
:
string
schema
Type
schemaType
:
string
type
type
:
string
type
Identifier
typeIdentifier
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$parsed
Schema
all
Fields
Are
Optional
content
description
is
Extracted
Request
Body
is
Extracted
Request
Params
is
Extracted
Response
Body
is
Extracted
Response
Error
name
schema
Type
type
type
Identifier
swagger-typescript-api
Loading...