Currently, this maps to not null:
'role' : [ HostRole, True, None ],
And this maps to null:
'role' : [ HostRole, None, None ],
The system fails to process this:
'role' : [ HostRole, False, None ],
Make this behave more like OAGs, with True/False driving null/not null SQL statement, and None being an invalid value.