Skip to content

Commit

Permalink
Transposing nodes schema for curved polygon.
Browse files Browse the repository at this point in the history
At some point I transposed the data and forgot to update the schema.
  • Loading branch information
dhermes committed Jun 15, 2019
1 parent 02c601b commit 8c3ca89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/functional/schema/curved_polygon.json
Expand Up @@ -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).",
Expand Down

0 comments on commit 8c3ca89

Please sign in to comment.