Search
Preparing search index...
The search index is not available
@lcap/asl
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@lcap/asl
index
RefSchema
Interface RefSchema
明确一下:有 $ref 时,没有 type;有 type 时,没有 $ref。两者互斥!
Hierarchy
BaseSchema
RefSchema
Index
Properties
$ref
description
format
is
Array
name
nullable
required
type
Properties
$ref
$ref
:
string
Optional
description
description
:
string
Optional
format
format
:
string
Optional
is
Array
is
Array
:
boolean
当前这一版先用 isArray 来处理数组类型
Optional
name
name
:
string
Optional
nullable
nullable
:
boolean
Optional
required
required
:
boolean
Optional
type
type
:
string
Exports
index
Ref
Schema
$ref
description
format
is
Array
name
nullable
required
type
Generated using
TypeDoc
明确一下:有 $ref 时,没有 type;有 type 时,没有 $ref。两者互斥!