Preparing search index...
The search index is not available
@samchon/openapi
@samchon/openapi
OpenApiV3_1
IJsonSchema
IString
Interface IString
interface
IString
{
contentMediaType
?:
string
;
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_1
.
IJsonSchema
.
__ISignificant
<
"string"
>
IString
Index
Properties
content
Media
Type?
default?
deprecated?
description?
enum?
example?
examples?
format?
max
Length?
min
Length?
nullable?
pattern?
title?
type
Properties
Optional
content
Media
Type
contentMediaType
?:
string
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
content
Media
Type
default
deprecated
description
enum
example
examples
format
max
Length
min
Length
nullable
pattern
title
type
@samchon/openapi
Loading...