diff --git a/docs/annotations/Area.md b/docs/annotations/Area.md index 45fc0ef..970fe57 100644 --- a/docs/annotations/Area.md +++ b/docs/annotations/Area.md @@ -9,13 +9,9 @@ An `area` annotation is a free hand rectangle. "page": 1, "uuid": "839f4817-c82d-4620-a59b-6408b1dc0855", "color": "FF0000", - "rectangles": [ - { - "height": 75, - "width": 150, - "x": 19, - "y": 37 - } - ] + "height": 75, + "width": 150, + "x": 19, + "y": 37 } ```