package validator type NotNullItem interface { ProvideNotNullValue() []*JsonParam } type NullableItem interface { IsEmpty() bool }