diff --git a/lib/src/core/content_serdes.dart b/lib/src/core/content_serdes.dart index 2b987feb..a579f3fe 100644 --- a/lib/src/core/content_serdes.dart +++ b/lib/src/core/content_serdes.dart @@ -140,9 +140,6 @@ class ContentSerdes { } void _validateValue(Object? value, DataSchema? dataSchema) { - // FIXME(JKRhb): Apparent bug in JSON Schema library causes validation - // of TDD TDs to fail at the moment (due to the `format` - // key that is used in the uriVariables section.) // TODO(JKRhb): The process of validating values according to a dataschema // needs to be reworked. const filteredKeys = ['uriVariables'];