From 4674c04cb80e0a50cde1b97464642e2778f9522f Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 24 Jul 2022 16:44:51 -0400 Subject: JSON schema: support multi-element array validation --- TODO | 5 ----- 1 file changed, 5 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 80c9ef0d..d46a2821 100644 --- a/TODO +++ b/TODO @@ -124,11 +124,6 @@ JSON v2 fixes compatibility, but at least this gives people a namespace they can know will never conflict with future keys. - * Change schema validation so that if the schema contains an array - with more than one element, the output has to have an array with - the same number of elements whose individual elements are - validated according to the regular rules. - * When reading back in, we'll have to call pushInheritedAttributesToPage or getAllPages based on the values of the metadata. -- cgit v1.2.3-54-g00ecf