kt-schema
Toggle table of contents
0.7.0
common
Target filter
common
Switch theme
Search in API
Skip to content
kt-schema
kt-schema-generator-core
/
me.kpavlov.kt.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
?