Skip to content

Commit

Permalink
Issue #270 to_scl_dilation_mask: specify defaults in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Mar 26, 2024
1 parent 5ba6632 commit a62aac3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"name": "mask1_values",
"description": "",
"optional": true,
"default": [2, 4, 5, 6, 7],
"schema": {
"type": "array",
"items": {
Expand All @@ -40,6 +41,7 @@
"name": "mask2_values",
"description": "",
"optional": true,
"default": [3, 8, 9, 10, 11],
"schema": {
"type": "array",
"items": {
Expand Down

0 comments on commit a62aac3

Please sign in to comment.