Skip to content

UDAParam

Key Value
type object
relationship Package -> UDFCollection -> UDA -> UDAParam
object path $.udfs.udfs[*].params[*]
package file path {package-root}/udfs.yaml

Fields

Field Type Required Description Constraints Default
name string yes Name of the parameter - -
type string yes Type of the parameter, e.g. string, int, float, list - -
default string | null no Default value of the parameter - null
description string no Description of the parameter - ""
is_required boolean no Whether the parameter is required or not - true

No linked schemas.

Used In

  • UDA via params
Back to top