@novice1/frame - v0.3.1
Preparing search index...
SchemaShapeObject
Interface SchemaShapeObject
interface
SchemaShapeObject
{
allOf
?:
(
ReferenceObject
|
SchemaObject
|
ISchemaShape
)
[]
;
anyOf
?:
(
ReferenceObject
|
SchemaObject
|
ISchemaShape
)
[]
;
items
?:
ReferenceObject
|
SchemaObject
|
ISchemaShape
;
not
?:
ReferenceObject
|
SchemaObject
|
ISchemaShape
;
oneOf
?:
(
ReferenceObject
|
SchemaObject
|
ISchemaShape
)
[]
;
properties
?:
Record
<
string
,
ReferenceObject
|
SchemaObject
|
ISchemaShape
>
;
}
Hierarchy
SchemaProp
<
"title"
>
SchemaProp
<
"description"
>
SchemaProp
<
"type"
>
SchemaProp
<
"format"
>
SchemaProp
<
"pattern"
>
SchemaProp
<
"default"
>
SchemaProp
<
"enum"
>
SchemaProp
<
"multipleOf"
>
SchemaProp
<
"uniqueItems"
>
SchemaProp
<
"additionalProperties"
>
SchemaProp
<
"required"
>
SchemaProp
<
"maxLength"
>
SchemaProp
<
"minLength"
>
SchemaProp
<
"maxItems"
>
SchemaProp
<
"minItems"
>
SchemaProp
<
"maxProperties"
>
SchemaProp
<
"minProperties"
>
SchemaProp
<
"maximum"
>
SchemaProp
<
"minimum"
>
SchemaProp
<
"exclusiveMaximum"
>
SchemaProp
<
"exclusiveMinimum"
>
SchemaProp
<
"nullable"
>
SchemaProp
<
"discriminator"
>
SchemaProp
<
"readOnly"
>
SchemaProp
<
"writeOnly"
>
SchemaProp
<
"xml"
>
SchemaProp
<
"externalDocs"
>
SchemaProp
<
"example"
>
SchemaProp
<
"deprecated"
>
SchemaShapeObject
Index
Properties
all
Of?
any
Of?
items?
not?
one
Of?
properties?
Properties
Optional
all
Of
allOf
?:
(
ReferenceObject
|
SchemaObject
|
ISchemaShape
)
[]
Optional
any
Of
anyOf
?:
(
ReferenceObject
|
SchemaObject
|
ISchemaShape
)
[]
Optional
items
items
?:
ReferenceObject
|
SchemaObject
|
ISchemaShape
Optional
not
not
?:
ReferenceObject
|
SchemaObject
|
ISchemaShape
Optional
one
Of
oneOf
?:
(
ReferenceObject
|
SchemaObject
|
ISchemaShape
)
[]
Optional
properties
properties
?:
Record
<
string
,
ReferenceObject
|
SchemaObject
|
ISchemaShape
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
all
Of
any
Of
items
not
one
Of
properties
@novice1/frame - v0.3.1
Loading...