From 11b75699e7c233972c1a78449e50a0e18798dbdb Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Wed, 29 Jul 2026 00:04:18 -0700 Subject: [PATCH] [rest-api] Leave it to maintainers to decide how data is parsed, or not. Closes #1821 --- exercises/rest-api/canonical-data.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/exercises/rest-api/canonical-data.json b/exercises/rest-api/canonical-data.json index 4ba237fd00..06fac0284f 100644 --- a/exercises/rest-api/canonical-data.json +++ b/exercises/rest-api/canonical-data.json @@ -4,9 +4,6 @@ "The state of the API database before the request is represented", "by the input->database object. Your track may determine how this", "initial state is set.", - "The input->payload and expected objects should be marshalled as", - "strings in track implementation, as parsing and validating text", - "payloads is an integral part of implementing a REST API.", "All arrays are ordered." ], "cases": [