Skip to content

Update FieldDefinitionNormalizer.php to allow NULL values in JSON:API schema.

Christian Paul Bruhn requested to merge issue/schemata-2958251:8.x-1.x into 8.x-1.x

Provided patch in issue was outdated and not working anymore. The change adds the "x-nullable" attribute to a field's schema if it is an optional value.

Merge request reports