open override fun isValidProperty(kClass: KClass<*>, property: KProperty<*>): Boolean

Called to check if a property should be included in the schema Ignores all properties annotated with NodeRelationship, as those are handled manually

Return

true if the property should be included in the schema

Parameters

kClass

the class which contains the property

property

the property to validate