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
/
Schema
/
Schema
Schema
constructor
(
type
:
String
?
=
null
,
format
:
String
?
=
null
,
description
:
String
?
=
null
,
properties
:
Map
<
String
,
Schema
>
?
=
null
,
items
:
Schema
?
=
null
,
required
:
List
<
String
>
?
=
null
,
additionalProperties
:
Boolean
?
=
null
,
nullable
:
Boolean
?
=
null
,
enum
:
List
<
String
>
?
=
null
)