[ 'email' => ['type' => 'scalar', 'php' => 'string', 'identity_key_eligible' => true], 'first_name' => ['type' => 'scalar', 'php' => 'string', 'identity_key_eligible' => false], 'last_name' => ['type' => 'scalar', 'php' => 'string', 'identity_key_eligible' => false], 'date_of_birth' => ['type' => 'scalar', 'php' => 'date', 'identity_key_eligible' => false], 'phone' => ['type' => 'scalar', 'php' => 'string', 'identity_key_eligible' => false], ], 'company' => [ 'name' => ['type' => 'scalar', 'php' => 'string', 'identity_key_eligible' => true], 'contact_email' => ['type' => 'scalar', 'php' => 'string', 'identity_key_eligible' => true], 'contact_phone' => ['type' => 'scalar', 'php' => 'string', 'identity_key_eligible' => false], 'kvk_number' => ['type' => 'scalar', 'php' => 'string', 'identity_key_eligible' => true], ], 'user' => [ 'email' => ['type' => 'scalar', 'php' => 'string', 'identity_key_eligible' => true], 'first_name' => ['type' => 'scalar', 'php' => 'string', 'identity_key_eligible' => false], 'last_name' => ['type' => 'scalar', 'php' => 'string', 'identity_key_eligible' => false], ], ];