- πΊπΈUnited States bradjones1 Digital Nomad Life
Schema generation is being reworked in β¨ Introduce "schematic" normalizers Active .
Schemata integration was last touched in a substantive way in
#2882231: [BUGFIX] Fatal error: Class 'Drupal\schemata_json_schema\Normalizer\jsonapi\SchemataSchemaNormalizer β
, and provides SchemaFieldDefinitionNormalizer
for normalizing attribute fields. This does not normalize relationship fields for schema generation; that is handled by Schemata's RelationshipFieldDefinitionNormalizer
, which is not enhancer-aware.
This may be an oversight re: schema generation after #3025284: Allow field enhancers for relationships β was committed.
Closed: outdated
3.0
Code
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Schema generation is being reworked in β¨ Introduce "schematic" normalizers Active .