toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-openapi
/
me.ahoo.wow.openapi
/
SchemaRef
Schema
Ref
class
SchemaRef
(
val
name
:
String
,
val
component
:
Schema
<
*
>
,
val
schemas
:
Map
<
String
,
Schema
<
*
>
>
=
mapOf(name to component)
)
:
ComponentRef
<
Schema
<
*
>
>
Members
Constructors
Schema
Ref
Link copied to clipboard
constructor
(
name
:
String
,
component
:
Schema
<
*
>
,
schemas
:
Map
<
String
,
Schema
<
*
>
>
=
mapOf(name to component)
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
component
Link copied to clipboard
open
override
val
component
:
Schema
<
*
>
name
Link copied to clipboard
open
override
val
name
:
String
ref
Link copied to clipboard
open
override
val
ref
:
Schema
<
*
>
schemas
Link copied to clipboard
val
schemas
:
Map
<
String
,
Schema
<
*
>
>