- Issue created by @m.stenta
- Merge request !11Issue #3390505: Error: uri is not a valid type for a JSON document β (Open) created by m.stenta
- Open on Drupal.org βCore: 10.2.1 + Environment: PHP 8.1 & MySQL 8last update
11 months ago Waiting for branch to pass - Status changed to Needs review
11 months ago 12:41pm 11 April 2024 - Open on Drupal.org βCore: 10.2.1 + Environment: PHP 8.1 & MySQL 8last update
11 months ago Waiting for branch to pass - πΊπΈUnited States m.stenta
I opened a merge request which fixes this issue by adding a
DataDefinitionUriNormalizer
class that targetsuri
data types. I copied this from theDataDefinitionTimestampNormalizer
class and modified it.I set the
format
touri
per https://json-schema.org/understanding-json-schema/reference/stringAttached is a patch for use with
cweagans/composer-patches
.