Wow
Toggle table of contents
5.9.8
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-schema
/
me.ahoo.wow.schema.openapi
/
OpenAPISchemaBuilder
/
SchemaReference
Schema
Reference
data
class
SchemaReference
(
val
type
:
ResolvedType
,
val
schema
:
Schema
<
*
>
,
val
node
:
ObjectNode
)
Members
Constructors
Schema
Reference
Link copied to clipboard
constructor
(
type
:
ResolvedType
,
schema
:
Schema
<
*
>
,
node
:
ObjectNode
)
Properties
node
Link copied to clipboard
val
node
:
ObjectNode
schema
Link copied to clipboard
val
schema
:
Schema
<
*
>
type
Link copied to clipboard
val
type
:
ResolvedType
Functions
merge
Link copied to clipboard
fun
merge
(
)