Example in Resource file's relationships method:
return [
$this->when($this->showAddress, $this->relation('address')),
];
Thrown in file laravel-json-api/encoder-neomerx/src/Schema/Relationships.php Line 103 as of v1.0.0-alpha.3 because the ConditionalList iterator returns it as a ConditionalField instead of JsonApiRelation.