Hey again @stevejgordon and rest of the maintainers, I'm missing the `ignore_malformed` property on the [IP field type](https://www.elastic.co/guide/en/elasticsearch/reference/current/ip.html) in C#. I'm sure there are more types missing other properties too. To be more specific I'm trying to set this using the IP Attribute mapping https://github.com/elastic/elasticsearch-net/blob/master/src/Nest/Mapping/Types/Specialized/Ip/IpAttribute.cs. Today we have to maintain a JSON version of the mapping and a C# version of the index mapping because of these limitations.