schemaProperties

Retrieves a map of schema properties (not relationships!) for the given class implementing Persistable.

This property computes a map that associates property names (as strings) to their corresponding KProperty1 objects, which represent the properties defined in the class. Only properties for which isSimpleProperty returns true, are included.

The computed map is cached to optimize subsequent lookups for properties of the same class.