@typia/website
Preparing search index...
typia
IJsonSchemaApplication
Interface IJsonSchemaApplication<Version, App>
interface
IJsonSchemaApplication
<
Version
extends
"3.0"
|
"3.1"
=
"3.1"
,
App
extends
any
=
object
,
>
{
__application
?:
App
;
components
:
IJsonSchemaApplication
.
IComponents
<
Schema
<
Version
>
>
;
functions
:
IFunction
<
Schema
<
Version
>
>
[]
;
version
:
Version
;
}
Type Parameters
Version
extends
"3.0"
|
"3.1"
=
"3.1"
App
extends
any
=
object
Index
Properties
__
application?
components
functions
version
Properties
Optional
__
application
__application
?:
App
components
components
:
IJsonSchemaApplication
.
IComponents
<
Schema
<
Version
>
>
functions
functions
:
IFunction
<
Schema
<
Version
>
>
[]
version
version
:
Version
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__
application
components
functions
version
@typia/website
Loading...