From 0e301a7631bdaf73debf000acd77954cb7628174 Mon Sep 17 00:00:00 2001 From: gmabey Date: Tue, 4 Feb 2025 15:36:49 -0700 Subject: [PATCH] added maxItems so that length of "coordinates" array is [2,3] (#336) Co-authored-by: Marc Lichtman --- sigmf-schema.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sigmf-schema.json b/sigmf-schema.json index c4ab916..ff2bc44 100644 --- a/sigmf-schema.json +++ b/sigmf-schema.json @@ -111,6 +111,7 @@ "coordinates": { "type": "array", "minItems": 2, + "maxItems": 3, "items": { "type": "number" } @@ -214,6 +215,7 @@ "coordinates": { "type": "array", "minItems": 2, + "maxItems": 3, "items": { "type": "number" }