SecondaryFileSchema.required_

An implementation must not fail workflow execution if required is set to false and the expected secondary file does not exist. Default value for required field is true for secondary files on input and false for secondary files on output.

class SecondaryFileSchema
Either!(None, bool, Expression) required_;

Meta