Skip to content

Commit

Permalink
fixup! fix(content_serdes): don't use uriVariables for validating
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Dec 19, 2023
1 parent a420c69 commit c641405
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/src/core/content_serdes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
Expand Down

0 comments on commit c641405

Please sign in to comment.