KotlinX-Schema
Toggle table of contents
0.4.1
common
Target filter
common
Switch theme
Search in API
Skip to content
KotlinX-Schema
kotlinx-schema-generator-core
/
kotlinx.schema.generator.core.ir
/
AnyNode
Any
Node
data
class
AnyNode
(
val
description
:
String
?
=
null
)
:
TypeNode
(
source
)
Any/unconstrained type node — emits
{}
in JSON Schema (accepts any value).
Members
Constructors
Any
Node
Link copied to clipboard
constructor
(
description
:
String
?
=
null
)
Properties
description
Link copied to clipboard
open
override
val
description
:
String
?