Gets all optional keys in this mapping.
string[] A list of optional keys given the values in this mapping.
public function getOptionalKeys() : array { return array_values(array_diff($this->getValidKeys(), $this->getRequiredKeys())); }