Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
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
<
*
>
>