yamlAllowRecursiveKeys

@get:Input
@get:Optional
val yamlAllowRecursiveKeys: Property<Boolean>

Whether to allow recursive keys. Keep false to prevent infinite loops. Default: null (false, SnakeYAML's built-in default)