Skip to content
Snippets Groups Projects
Unverified Commit c44b3a76 authored by Mateu Aguiló Bosch's avatar Mateu Aguiló Bosch Committed by Mateu Aguiló Bosch
Browse files

Issue #2995222 by e0ipso: Tolerate null as output for SingleNestedEnhancer

parent 313c17e4
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,10 @@ class SingleNestedEnhancer extends ResourceFieldEnhancerBase {
*/
public function getOutputJsonSchema() {
return [
'type' => 'string',
'oneOf' => [
['type' => 'string'],
['type' => 'null'],
],
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment