open class JSONFieldInput(val name: String, val value: Any?) : Input

Input set update the value of a JSON field, like an extension field or a templated field.

Inheritors

Constructors

Link copied to clipboard
constructor(name: String, value: Any?)

Properties

Link copied to clipboard
Link copied to clipboard
val value: Any?

Functions

Link copied to clipboard
open fun validate()

Validates this input