Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Jan 31, 2024
1 parent bc3c667 commit 334c787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/schema.image.cuboid/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,5 @@
"default": "none"
}
},
"required": ["x", "y", "width", "height", "id", "order", "label"]
"required": ["direction", "front", "back", "x", "y", "width", "height", "id", "order", "label"]
}
2 changes: 1 addition & 1 deletion src/pages/schema.image.polygon/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
"default": "none"
}
},
"required": ["lineType", "x", "y", "width", "height", "id", "order", "label"]
"required": ["lineType", "pointList", "x", "y", "width", "height", "id", "order", "label"]
}

0 comments on commit 334c787

Please sign in to comment.