MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
core
/
party.morino.mineauth.core.openapi.model
/
Components
Components
@
Serializable
data
class
Components
(
val
schemas
:
Map
<
String
,
Schema
>
?
=
null
,
val
securitySchemes
:
Map
<
String
,
SecurityScheme
>
?
=
null
)
コンポーネント 再利用可能なオブジェクトを定義する
Members
Constructors
Components
Link copied to clipboard
constructor
(
schemas
:
Map
<
String
,
Schema
>
?
=
null
,
securitySchemes
:
Map
<
String
,
SecurityScheme
>
?
=
null
)
Properties
schemas
Link copied to clipboard
val
schemas
:
Map
<
String
,
Schema
>
?
スキーマ定義
security
Schemes
Link copied to clipboard
val
securitySchemes
:
Map
<
String
,
SecurityScheme
>
?
セキュリティスキーム定義