From c641405b577d9bc202b854e414e14c1e96debbe8 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Sun, 10 Dec 2023 23:01:08 +0100 Subject: [PATCH] fixup! fix(content_serdes): don't use uriVariables for validating --- lib/src/core/content_serdes.dart | 3 --- 1 file changed, 3 deletions(-) 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'];