This key defines how an 'empty' value will be saved. Does not apply to existing empty values.
Appears in
└── _inputs
└── *
└── Object Input
└── options
└── Object Empty TypeType
string
Default value
null
Allowed values
nullobjectExamples
In this example, we have configured how empty object values will be saved.
Copied to clipboard
_inputs:
metadata:
type: object
options:
empty_type: object{
"_inputs": {
"metadata": {
"type": "object",
"options": {
"empty_type": "object"
}
}
}
}