Schema

annotation class Schema(val name: String = "", val description: String = "", val optional: Boolean = false)

The annotation for binding the 'Schema' input.

Properties

Link copied to clipboard

Provides a human-readable description of the schema input, defaulting to an empty string.

Link copied to clipboard

Specifies a custom name for the schema input, defaulting to an empty string.

Link copied to clipboard
val optional: Boolean = false

Indicates whether the schema input is optional, defaulting to false.