From 8c3ca895512a60c2fe82d8a24ab328244e3abb3f Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Fri, 14 Jun 2019 21:02:36 -0700 Subject: [PATCH] Transposing `nodes` schema for curved polygon. At some point I transposed the data and forgot to update the schema. --- tests/functional/schema/curved_polygon.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/functional/schema/curved_polygon.json b/tests/functional/schema/curved_polygon.json index 15c6eb6f..4765de14 100644 --- a/tests/functional/schema/curved_polygon.json +++ b/tests/functional/schema/curved_polygon.json @@ -13,10 +13,10 @@ "description": "A coordinate as a numerical value.", "$ref": "./numerical.json" }, - "minItems": 2 + "minItems": 2, + "maxItems": 2 }, - "minItems": 2, - "maxItems": 2 + "minItems": 2 }, "start_params": { "description": "Numerical parameters (along an edge of a surface) that define the starting points of each edge of the curved polygon (as segments within an edge of one of the two surfaces).",