Throw errors when assigning invalid data types.
When enabled the values in both instance.data and context.data will be validated.
instance.data
context.data
data = { "publish": True # Boolean for GUIs to function.}
import osos.environ["PYBLISH_STRICT_DATATYPES"] = "True"
{{ file.mtime }}