lithium\data\Entity::$_schema

protected property

A local copy of the schema definition. This is the same as lithium\data\Model::$_schema, but can be defined here if this is a one-off object or class used for a single purpose, i.e. to create a form.

Source

	protected $_schema = [];