Preparing search index...
The search index is not available
Nestia API Documents
Nestia API Documents
@samchon/openapi
OpenApiV3
IJsonSchema
IString
Interface IString
interface
IString
{
default
?:
null
|
string
;
deprecated
?:
boolean
;
description
?:
string
;
enum
?:
(
null
|
string
)
[]
;
example
?:
any
;
examples
?:
Record
<
string
,
any
>
;
format
?:
|
string
&
{}
|
"binary"
|
"byte"
|
"password"
|
"regex"
|
"uuid"
|
"email"
|
"hostname"
|
"idn-email"
|
"idn-hostname"
|
"iri"
|
"iri-reference"
|
"ipv4"
|
"ipv6"
|
"uri"
|
"uri-reference"
|
"uri-template"
|
"url"
|
"date-time"
|
"date"
|
"time"
|
"duration"
|
"json-pointer"
|
"relative-json-pointer"
;
maxLength
?:
number
;
minLength
?:
number
;
nullable
?:
boolean
;
pattern
?:
string
;
title
?:
string
;
type
:
"string"
;
}
Hierarchy (
View Summary
)
OpenApiV3
.
IJsonSchema
.
__ISignificant
<
"string"
>
IString
Index
Properties
default?
deprecated?
description?
enum?
example?
examples?
format?
max
Length?
min
Length?
nullable?
pattern?
title?
type
Properties
Optional
default
default
?:
null
|
string
Optional
deprecated
deprecated
?:
boolean
Optional
description
description
?:
string
Optional
enum
enum
?:
(
null
|
string
)
[]
Optional
example
example
?:
any
Optional
examples
examples
?:
Record
<
string
,
any
>
Optional
format
format
?:
|
string
&
{}
|
"binary"
|
"byte"
|
"password"
|
"regex"
|
"uuid"
|
"email"
|
"hostname"
|
"idn-email"
|
"idn-hostname"
|
"iri"
|
"iri-reference"
|
"ipv4"
|
"ipv6"
|
"uri"
|
"uri-reference"
|
"uri-template"
|
"url"
|
"date-time"
|
"date"
|
"time"
|
"duration"
|
"json-pointer"
|
"relative-json-pointer"
Optional
max
Length
maxLength
?:
number
Optional
min
Length
minLength
?:
number
Optional
nullable
nullable
?:
boolean
Optional
pattern
pattern
?:
string
Optional
title
title
?:
string
type
type
:
"string"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
deprecated
description
enum
example
examples
format
max
Length
min
Length
nullable
pattern
title
type
Nestia API Documents
Loading...