Hello,
You mapping is not correct as error suggested
1. IncludePropertyTypes should be primary type of attribute like String, Binary etc... if expected more than a type then [String, Binary]
2. PropertyName (name[]) should be name of property
3. type should define which type of property is it like property, ordered, lucene etc... in your case it is property
Please correct it and hope it will work, please refer OOTB index definition.
Thanks,
Pawan