We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fe76f commit de1a853Copy full SHA for de1a853
regula/documentreader/webclient/gen/models/area_array.py
@@ -33,7 +33,7 @@ class AreaArray(object):
33
"""
34
openapi_types = {
35
'list': 'list[RectangleCoordinates]',
36
- 'points': 'PointArray'
+ 'points': 'list[PointArray]'
37
}
38
39
attribute_map = {
@@ -83,7 +83,7 @@ def points(self):
83
84
85
:return: The points of this AreaArray. # noqa: E501
86
- :rtype: PointArray
+ :rtype: list[PointArray]
87
88
return self._points
89
@@ -93,7 +93,7 @@ def points(self, points):
93
94
95
:param points: The points of this AreaArray. # noqa: E501
96
- :type points: PointArray
+ :type points: list[PointArray]
97
98
99
self._points = points
0 commit comments